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.ow2.petals</groupId>
<artifactId>maven-petals-plugin</artifactId>
<version>2.4.0</version>
</plugin>
Choose a version of org.ow2.petals : maven-petals-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
maven-petals-plugin-2.4.0
|
||
2.1.x |
maven-petals-plugin-2.1.4
|
||
maven-petals-plugin-2.1.3
|
|||
maven-petals-plugin-2.1.2
|
|||
maven-petals-plugin-2.1.1
|
|||
maven-petals-plugin-2.1.0
|
|||
2.0 |
maven-petals-plugin-2.0
|
||
1.4 |
maven-petals-plugin-1.4
|
||
1.3.x |
maven-petals-plugin-1.3.2
|
||
maven-petals-plugin-1.3.1
|
|||
maven-petals-plugin-1.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.ow2.petals</groupId>
<artifactId>maven-petals-plugin</artifactId>
<version>2.4.0</version>
</plugin>
Advertisement