MVN

be.nille : nille-parent-pom

Maven & Gradle

Aug 11, 2016

nille-parent-pom · Contains configuration for plugin and distribution management for Java projects

<dependency>
    <groupId>be.nille</groupId>
    <artifactId>nille-parent-pom</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.nille : nille-parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of be.nille : nille-parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
nille-parent-pom-1.0.1
nille-parent-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>be.nille</groupId>
    <artifactId>nille-parent-pom</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement