How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>fr.inria.gforge.spirals</groupId>
<artifactId>npefix-maven</artifactId>
<version>1.3</version>
</plugin>
Choose a version of fr.inria.gforge.spirals : npefix-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
npefix-maven-1.3
|
||
1.2 |
npefix-maven-1.2
|
||
1.1 |
npefix-maven-1.1
|
||
1.0 |
npefix-maven-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>fr.inria.gforge.spirals</groupId>
<artifactId>npefix-maven</artifactId>
<version>1.3</version>
</plugin>
Advertisement