How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>one.edee.oss</groupId>
<artifactId>babylon-maven-plugin</artifactId>
<version>2.0.9</version>
</plugin>
Choose a version of one.edee.oss : babylon-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
babylon-maven-plugin-2.0.9
|
||
babylon-maven-plugin-2.0.8
|
|||
babylon-maven-plugin-2.0.7
|
|||
babylon-maven-plugin-2.0.6
|
|||
babylon-maven-plugin-2.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>one.edee.oss</groupId>
<artifactId>babylon-maven-plugin</artifactId>
<version>2.0.9</version>
</plugin>
Advertisement