How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugin-parent</artifactId>
<version>2.5.1-01</version>
</dependency>
Choose a version of org.sonatype.nexus : nexus-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
nexus-plugin-parent-2.5.1-01
|
||
nexus-plugin-parent-2.5.0-04
|
|||
nexus-plugin-parent-2.5.0-03
|
|||
nexus-plugin-parent-2.5.0-02
|
|||
nexus-plugin-parent-2.5.0-01
|
|||
2.4.x |
nexus-plugin-parent-2.4.0-09
|
||
nexus-plugin-parent-2.4.0-08
|
|||
nexus-plugin-parent-2.4.0-07
|
|||
nexus-plugin-parent-2.4.0-06
|
|||
nexus-plugin-parent-2.4.0-05
|
|||
nexus-plugin-parent-2.4.0-04
|
|||
nexus-plugin-parent-2.4.0-03
|
|||
nexus-plugin-parent-2.4.0-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugin-parent</artifactId>
<version>2.5.1-01</version>
</dependency>
Advertisement