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.dbflute</groupId>
<artifactId>dbflute-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
Choose a version of org.dbflute : dbflute-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
dbflute-maven-plugin-1.1.0
|
||
dbflute-maven-plugin-1.1.0-RC6
|
|||
dbflute-maven-plugin-1.1.0-RC5
|
|||
dbflute-maven-plugin-1.1.0-RC4
|
|||
dbflute-maven-plugin-1.1.0-RC3
|
|||
dbflute-maven-plugin-1.1.0-RC2
|
|||
dbflute-maven-plugin-1.1.0-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.dbflute</groupId>
<artifactId>dbflute-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
Advertisement