MVN

net.osgiliath.poms : net.osgiliath.pom.superpom

Maven & Gradle

Dec 26, 2013

Osgiliath superpom · This is a superpom for the entire Osgiliath framework. It contains all the needed plugins versions and execution specificities, also dependencies versions.

<dependency>
    <groupId>net.osgiliath.poms</groupId>
    <artifactId>net.osgiliath.pom.superpom</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.osgiliath.poms : net.osgiliath.pom.superpom to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of net.osgiliath.poms : net.osgiliath.pom.superpom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
net.osgiliath.pom.superpom-0.0.3
net.osgiliath.pom.superpom-0.0.2
net.osgiliath.pom.superpom-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.osgiliath.poms</groupId>
    <artifactId>net.osgiliath.pom.superpom</artifactId>
    <version>0.0.3</version>
</dependency>