How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.morphia.critter</groupId>
<artifactId>critter-maven</artifactId>
<version>4.4.4</version>
</plugin>
Choose a version of dev.morphia.critter : critter-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
critter-maven-4.4.4
|
||
critter-maven-4.4.3
|
|||
critter-maven-4.4.2
|
|||
critter-maven-4.4.1
|
|||
critter-maven-4.4.0
|
|||
4.3.x |
critter-maven-4.3.3
|
||
critter-maven-4.3.2
|
|||
critter-maven-4.3.1
|
|||
critter-maven-4.3.0
|
|||
4.2.x |
critter-maven-4.2.0
|
||
4.1.x |
critter-maven-4.1.2
|
||
critter-maven-4.1.1
|
|||
critter-maven-4.1.0
|
|||
4.0.x |
critter-maven-4.0.0
|
||
critter-maven-4.0.0-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.morphia.critter</groupId>
<artifactId>critter-maven</artifactId>
<version>4.4.4</version>
</plugin>
Advertisement