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.tomee.patch</groupId>
<artifactId>tomee-patch-plugin</artifactId>
<version>0.10</version>
</plugin>
Choose a version of org.apache.tomee.patch : tomee-patch-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10 |
tomee-patch-plugin-0.10
|
||
0.9 |
tomee-patch-plugin-0.9
|
||
0.8 |
tomee-patch-plugin-0.8
|
||
0.7 |
tomee-patch-plugin-0.7
|
||
0.6 |
tomee-patch-plugin-0.6
|
||
0.5 |
tomee-patch-plugin-0.5
|
||
0.4 |
tomee-patch-plugin-0.4
|
||
0.3 |
tomee-patch-plugin-0.3
|
||
0.1 |
tomee-patch-plugin-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.tomee.patch</groupId>
<artifactId>tomee-patch-plugin</artifactId>
<version>0.10</version>
</plugin>
Advertisement