MVN

org.dbflute : dbflute-maven-plugin

Maven & Gradle

May 04, 2015
1 stars

DBFlute Maven Plugin · Maven Plugin of DBFlute

<plugin>
    <groupId>org.dbflute</groupId>
    <artifactId>dbflute-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dbflute : dbflute-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0
  • Latest Release Candidate: 1.1.0-RC6

All Versions

Choose a version of org.dbflute : dbflute-maven-plugin to add to Maven - All 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

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>

Advertisement