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.sonatype.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>0.11.1</version>
</plugin>
Choose a version of org.sonatype.tycho : tycho-p2-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.11.x |
tycho-p2-plugin-0.11.1
|
||
tycho-p2-plugin-0.11.0
|
|||
0.10.x |
tycho-p2-plugin-0.10.0
|
||
0.9.x |
tycho-p2-plugin-0.9.0
|
||
0.8.x |
tycho-p2-plugin-0.8.0
|
||
0.7.x |
tycho-p2-plugin-0.7.0
|
||
0.6.x |
tycho-p2-plugin-0.6.0
|
||
0.5.x |
tycho-p2-plugin-0.5.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>0.11.1</version>
</plugin>
Advertisement