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.orienteer.jnpm</groupId>
<artifactId>jnpm-maven-plugin</artifactId>
<version>1.5</version>
</plugin>
Choose a version of org.orienteer.jnpm : jnpm-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5 |
jnpm-maven-plugin-1.5
|
||
1.4 |
jnpm-maven-plugin-1.4
|
||
1.3 |
jnpm-maven-plugin-1.3
|
||
1.2 |
jnpm-maven-plugin-1.2
|
||
1.1 |
jnpm-maven-plugin-1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.orienteer.jnpm</groupId>
<artifactId>jnpm-maven-plugin</artifactId>
<version>1.5</version>
</plugin>
Advertisement