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>nxrm3-maven-plugin</artifactId>
<version>1.0.6</version>
</plugin>
Choose a version of org.sonatype.plugins : nxrm3-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
nxrm3-maven-plugin-1.0.6
|
||
nxrm3-maven-plugin-1.0.5
|
|||
nxrm3-maven-plugin-1.0.4
|
|||
nxrm3-maven-plugin-1.0.3
|
|||
nxrm3-maven-plugin-1.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nxrm3-maven-plugin</artifactId>
<version>1.0.6</version>
</plugin>
Advertisement