MVN

org.apache.yetus : yetus-maven-plugin

Maven & Gradle

Oct 17, 2022
52 stars

Apache Yetus - Maven Plugin · Apache Yetus Maven Tools

<plugin>
    <groupId>org.apache.yetus</groupId>
    <artifactId>yetus-maven-plugin</artifactId>
    <version>0.14.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.yetus : yetus-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.14.1

All Versions

Choose a version of org.apache.yetus : yetus-maven-plugin to add to Maven - All 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

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>

Advertisement