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.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<version>1.3.8</version>
</plugin>
Choose a version of org.codehaus.plexus : plexus-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
plexus-maven-plugin-1.3.8
|
||
plexus-maven-plugin-1.3.7
|
|||
plexus-maven-plugin-1.3.6
|
|||
plexus-maven-plugin-1.3.5
|
|||
plexus-maven-plugin-1.3.4
|
|||
plexus-maven-plugin-1.3.3
|
|||
plexus-maven-plugin-1.3.2
|
|||
plexus-maven-plugin-1.3.1
|
|||
1.3 |
plexus-maven-plugin-1.3
|
||
1.2 |
plexus-maven-plugin-1.2
|
||
1.1.x |
plexus-maven-plugin-1.1.3
|
||
plexus-maven-plugin-1.1.2
|
|||
plexus-maven-plugin-1.1.1
|
|||
1.1 |
plexus-maven-plugin-1.1
|
||
plexus-maven-plugin-1.1-alpha-7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<version>1.3.8</version>
</plugin>
Advertisement