How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
Choose a version of org.sonatype.plugins : nexus-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
nexus-maven-plugin-2.1
|
||
2.0.x |
nexus-maven-plugin-2.0.6
|
||
nexus-maven-plugin-2.0.5
|
|||
nexus-maven-plugin-2.0.4-1
|
|||
nexus-maven-plugin-2.0.4
|
|||
nexus-maven-plugin-2.0.3
|
|||
nexus-maven-plugin-2.0.2
|
|||
nexus-maven-plugin-2.0.1
|
|||
2.0 |
nexus-maven-plugin-2.0
|
||
1.9.x |
nexus-maven-plugin-1.9.2.4
|
||
nexus-maven-plugin-1.9.2.3
|
|||
nexus-maven-plugin-1.9.2.2
|
|||
nexus-maven-plugin-1.9.2.1
|
|||
nexus-maven-plugin-1.9.2
|
|||
1.8 |
nexus-maven-plugin-1.8-RC3
|
||
nexus-maven-plugin-1.8-RC2
|
|||
1.7 |
nexus-maven-plugin-1.7-RC1
|
||
nexus-maven-plugin-1.7
|
|||
1.6 |
nexus-maven-plugin-1.6
|
||
1.5.x |
nexus-maven-plugin-1.5.1
|
||
1.5 |
nexus-maven-plugin-1.5
|
||
1.4 |
nexus-maven-plugin-1.4
|
||
1.3.x |
nexus-maven-plugin-1.3.3
|
||
nexus-maven-plugin-1.3.2.1
|
|||
nexus-maven-plugin-1.3.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
Advertisement