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.apache.pluto</groupId>
<artifactId>maven-pluto-plugin</artifactId>
<version>1.1.7</version>
</plugin>
Choose a version of org.apache.pluto : maven-pluto-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
maven-pluto-plugin-1.1.7
|
||
maven-pluto-plugin-1.1.6
|
|||
maven-pluto-plugin-1.1.5
|
|||
maven-pluto-plugin-1.1.4
|
|||
maven-pluto-plugin-1.1.3
|
|||
maven-pluto-plugin-1.1.2
|
|||
maven-pluto-plugin-1.1.1
|
|||
maven-pluto-plugin-1.1.0
|
|||
maven-pluto-plugin-1.1.0-beta2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.pluto</groupId>
<artifactId>maven-pluto-plugin</artifactId>
<version>1.1.7</version>
</plugin>
Advertisement