How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ch.racic.testing</groupId>
<artifactId>maven-cm-plugin</artifactId>
<version>0.14.0</version>
</plugin>
Choose a version of ch.racic.testing : maven-cm-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
maven-cm-plugin-0.14.0
|
||
0.13.x |
maven-cm-plugin-0.13.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ch.racic.testing</groupId>
<artifactId>maven-cm-plugin</artifactId>
<version>0.14.0</version>
</plugin>
Advertisement