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.jboss.seven2six</groupId>
<artifactId>seven2six</artifactId>
<version>1.1.Final</version>
</plugin>
Choose a version of org.jboss.seven2six : seven2six to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
seven2six-1.1.Final
|
||
1.0.x |
seven2six-1.0.Final
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jboss.seven2six</groupId>
<artifactId>seven2six</artifactId>
<version>1.1.Final</version>
</plugin>
Advertisement