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.glassfish.build</groupId>
<artifactId>gfnexus-maven-plugin</artifactId>
<version>0.20</version>
</plugin>
Choose a version of org.glassfish.build : gfnexus-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.20 |
gfnexus-maven-plugin-0.20
|
||
0.19 |
gfnexus-maven-plugin-0.19
|
||
0.18 |
gfnexus-maven-plugin-0.18
|
||
0.17 |
gfnexus-maven-plugin-0.17
|
||
0.16 |
gfnexus-maven-plugin-0.16
|
||
0.15 |
gfnexus-maven-plugin-0.15
|
||
0.14 |
gfnexus-maven-plugin-0.14
|
||
0.13 |
gfnexus-maven-plugin-0.13
|
||
0.12 |
gfnexus-maven-plugin-0.12
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>gfnexus-maven-plugin</artifactId>
<version>0.20</version>
</plugin>
Advertisement