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.yetus</groupId>
<artifactId>yetus-maven-plugin</artifactId>
<version>0.14.1</version>
</plugin>
Choose a version of org.apache.yetus : yetus-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
yetus-maven-plugin-0.14.1
|
||
yetus-maven-plugin-0.14.0
|
|||
0.13.x |
yetus-maven-plugin-0.13.0
|
||
0.12.x |
yetus-maven-plugin-0.12.0
|
||
0.11.x |
yetus-maven-plugin-0.11.1
|
||
yetus-maven-plugin-0.11.0
|
|||
0.10.x |
yetus-maven-plugin-0.10.0
|
||
0.9.x |
yetus-maven-plugin-0.9.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.yetus</groupId>
<artifactId>yetus-maven-plugin</artifactId>
<version>0.14.1</version>
</plugin>
Advertisement