How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jsoftware</groupId>
<artifactId>dbpatch</artifactId>
<version>dbpatch-maven-plugin</version>
</plugin>
Choose a version of org.jsoftware : dbpatch to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3 |
dbpatch-3.3
|
||
dbpatch |
dbpatch-dbpatch-maven-plugin
|
||
dbpatch-dbpatch-gradle-plugin
|
|||
dbpatch-dbpatch-core
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jsoftware</groupId>
<artifactId>dbpatch</artifactId>
<version>dbpatch-maven-plugin</version>
</plugin>
Advertisement