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.dragome</groupId>
<artifactId>dragome-maven-plugin</artifactId>
<version>0.96-beta4</version>
</plugin>
Choose a version of com.dragome : dragome-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.96 |
dragome-maven-plugin-0.96-beta4
|
||
dragome-maven-plugin-0.96-beta3
|
|||
dragome-maven-plugin-0.96-beta2
|
|||
0.95.x |
dragome-maven-plugin-0.95.5-beta1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.dragome</groupId>
<artifactId>dragome-maven-plugin</artifactId>
<version>0.96-beta4</version>
</plugin>
Advertisement