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.daijie</groupId>
<artifactId>daijie-jdbc-plugin</artifactId>
<version>1.1.4-RELEASE</version>
</plugin>
Choose a version of org.daijie : daijie-jdbc-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
daijie-jdbc-plugin-1.1.4-RELEASE
|
||
daijie-jdbc-plugin-1.1.3-RELEASE
|
|||
daijie-jdbc-plugin-1.1.2-RELEASE
|
|||
daijie-jdbc-plugin-1.1.1-RELEASE
|
|||
daijie-jdbc-plugin-1.1.0-RELEASE
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.daijie</groupId>
<artifactId>daijie-jdbc-plugin</artifactId>
<version>1.1.4-RELEASE</version>
</plugin>
Advertisement