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.tycho</groupId>
<artifactId>p2-maven-plugin</artifactId>
<version>4.0.2</version>
</plugin>
Choose a version of org.eclipse.tycho : p2-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
p2-maven-plugin-4.0.2
|
||
p2-maven-plugin-4.0.1
|
|||
p2-maven-plugin-4.0.0
|
|||
3.0.x |
p2-maven-plugin-3.0.5
|
||
p2-maven-plugin-3.0.4
|
|||
p2-maven-plugin-3.0.3
|
|||
p2-maven-plugin-3.0.2
|
|||
p2-maven-plugin-3.0.1
|
|||
p2-maven-plugin-3.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>p2-maven-plugin</artifactId>
<version>4.0.2</version>
</plugin>
Advertisement