MVN

com.minlia.maven : minlia-pom

Maven & Gradle

Aug 14, 2017
8 usages
1 stars

Minlia Progressive Organization POM · A organization pom for Maven projects using the latest versions of available plugins and progressively updating to the latest whenever possible.

<dependency>
    <groupId>com.minlia.maven</groupId>
    <artifactId>minlia-pom</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.minlia.maven : minlia-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.RELEASE

All Versions

Choose a version of com.minlia.maven : minlia-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
minlia-pom-1.0.0.RELEASE
0.0.x
minlia-pom-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.minlia.maven</groupId>
    <artifactId>minlia-pom</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

Advertisement