How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.co.solong</groupId>
<artifactId>rest2java-maven-plugin</artifactId>
<version>0.0.7</version>
</plugin>
Choose a version of uk.co.solong : rest2java-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
rest2java-maven-plugin-0.0.7
|
||
rest2java-maven-plugin-0.0.6
|
|||
rest2java-maven-plugin-0.0.5
|
|||
rest2java-maven-plugin-0.0.4
|
|||
rest2java-maven-plugin-0.0.3
|
|||
rest2java-maven-plugin-0.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.co.solong</groupId>
<artifactId>rest2java-maven-plugin</artifactId>
<version>0.0.7</version>
</plugin>
Advertisement