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.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>0.9.0.M2</version>
</plugin>
Choose a version of org.eclipse.sisu : sisu-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
sisu-maven-plugin-0.9.0.M2
|
||
sisu-maven-plugin-0.9.0.M1
|
|||
0.3.x |
sisu-maven-plugin-0.3.5
|
||
sisu-maven-plugin-0.3.4
|
|||
sisu-maven-plugin-0.3.3
|
|||
sisu-maven-plugin-0.3.2
|
|||
sisu-maven-plugin-0.3.1
|
|||
sisu-maven-plugin-0.3.0
|
|||
sisu-maven-plugin-0.3.0.M1
|
|||
0.2.x |
sisu-maven-plugin-0.2.0
|
||
0.1.x |
sisu-maven-plugin-0.1.0
|
||
0.0.x |
sisu-maven-plugin-0.0.0.M5
|
||
sisu-maven-plugin-0.0.0.M4
|
|||
sisu-maven-plugin-0.0.0.M3
|
|||
sisu-maven-plugin-0.0.0.M2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<version>0.9.0.M2</version>
</plugin>
Advertisement