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.codehaus.fabric3</groupId>
<artifactId>fabric3-webapp-plugin</artifactId>
<version>1.7</version>
</plugin>
Choose a version of org.codehaus.fabric3 : fabric3-webapp-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7 |
fabric3-webapp-plugin-1.7
|
||
1.6 |
fabric3-webapp-plugin-1.6
|
||
1.5 |
fabric3-webapp-plugin-1.5
|
||
1.4 |
fabric3-webapp-plugin-1.4
|
||
1.3 |
fabric3-webapp-plugin-1.3
|
||
1.2 |
fabric3-webapp-plugin-1.2
|
||
1.1 |
fabric3-webapp-plugin-1.1
|
||
1.0 |
fabric3-webapp-plugin-1.0
|
||
0.7 |
fabric3-webapp-plugin-0.7
|
||
0.6.x |
fabric3-webapp-plugin-0.6.5
|
||
0.6 |
fabric3-webapp-plugin-0.6
|
||
0.5.x |
fabric3-webapp-plugin-0.5.1
|
||
0.5 |
fabric3-webapp-plugin-0.5
|
||
0.3 |
fabric3-webapp-plugin-0.3
|
||
0.2 |
fabric3-webapp-plugin-0.2
|
||
0.1 |
fabric3-webapp-plugin-0.1
|
||
0.5BETA1 |
fabric3-webapp-plugin-0.5BETA1
|
||
0.5ALPHA2 |
fabric3-webapp-plugin-0.5ALPHA2
|
||
0.5ALPHA1 |
fabric3-webapp-plugin-0.5ALPHA1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-webapp-plugin</artifactId>
<version>1.7</version>
</plugin>
Advertisement