How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>jp.objectfanatics</groupId>
<artifactId>assertion-mojo</artifactId>
<version>0.0.30</version>
</plugin>
Choose a version of jp.objectfanatics : assertion-mojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
assertion-mojo-0.0.30
|
||
assertion-mojo-0.0.28
|
|||
assertion-mojo-0.0.27
|
|||
assertion-mojo-0.0.26
|
|||
assertion-mojo-0.0.25
|
|||
assertion-mojo-0.0.24
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>jp.objectfanatics</groupId>
<artifactId>assertion-mojo</artifactId>
<version>0.0.30</version>
</plugin>
Advertisement