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.appfuse</groupId>
<artifactId>maven-warpath-plugin</artifactId>
<version>1.0-m2</version>
</plugin>
Choose a version of org.appfuse : maven-warpath-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
maven-warpath-plugin-2.0.2
|
||
maven-warpath-plugin-2.0.1
|
|||
2.0 |
maven-warpath-plugin-2.0
|
||
1.0 |
maven-warpath-plugin-1.0-m2
|
||
maven-warpath-plugin-1.0-m5
|
|||
maven-warpath-plugin-1.0-m4
|
|||
maven-warpath-plugin-1.0-m3
|
|||
maven-warpath-plugin-1.0-rc1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.appfuse</groupId>
<artifactId>maven-warpath-plugin</artifactId>
<version>1.0-m2</version>
</plugin>
Advertisement