How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cj.restspecs.mojo</groupId>
<artifactId>rest-specs-mojo</artifactId>
<version>9.0.3</version>
</plugin>
Choose a version of com.cj.restspecs.mojo : rest-specs-mojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
9.0.x |
rest-specs-mojo-9.0.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cj.restspecs.mojo</groupId>
<artifactId>rest-specs-mojo</artifactId>
<version>9.0.3</version>
</plugin>
Advertisement