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.vecna.maven</groupId>
<artifactId>db-manager-plugin</artifactId>
<version>1.8</version>
</plugin>
Choose a version of com.vecna.maven : db-manager-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8 |
db-manager-plugin-1.8
|
||
1.7 |
db-manager-plugin-1.7
|
||
1.5 |
db-manager-plugin-1.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.vecna.maven</groupId>
<artifactId>db-manager-plugin</artifactId>
<version>1.8</version>
</plugin>
Advertisement