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.steady</groupId>
<artifactId>plugin-maven</artifactId>
<version>3.2.5</version>
</plugin>
Choose a version of org.eclipse.steady : plugin-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
plugin-maven-3.2.5
|
||
plugin-maven-3.2.4
|
|||
plugin-maven-3.2.3
|
|||
plugin-maven-3.2.2
|
|||
plugin-maven-3.2.1
|
|||
plugin-maven-3.2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.eclipse.steady</groupId>
<artifactId>plugin-maven</artifactId>
<version>3.2.5</version>
</plugin>
Advertisement