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.antwerkz.critter</groupId>
<artifactId>critter-maven</artifactId>
<version>3.0.5</version>
</plugin>
Choose a version of com.antwerkz.critter : critter-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
critter-maven-3.0.5
|
||
critter-maven-3.0.4
|
|||
critter-maven-3.0.3
|
|||
critter-maven-3.0.2
|
|||
critter-maven-3.0.1
|
|||
critter-maven-3.0.0
|
|||
2.1.x |
critter-maven-2.1.1
|
||
critter-maven-2.1.0
|
|||
2.0.x |
critter-maven-2.0.3
|
||
critter-maven-2.0.2
|
|||
critter-maven-2.0.1
|
|||
critter-maven-2.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.antwerkz.critter</groupId>
<artifactId>critter-maven</artifactId>
<version>3.0.5</version>
</plugin>
Advertisement