MVN

org.jaxdb : jaxdb-maven-plugin

Maven & Gradle

May 23, 2020
3 stars

JAX-DB Maven Plugin · The jaxdb-maven-plugin plugin is used to execute database-related generators, which are currently the JAX-DB framework.

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

Latest Version

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

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.jaxdb : jaxdb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
jaxdb-maven-plugin-0.4.1
jaxdb-maven-plugin-0.4.0
0.3.x
jaxdb-maven-plugin-0.3.9

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.jaxdb</groupId>
    <artifactId>jaxdb-maven-plugin</artifactId>
    <version>0.4.1</version>
</plugin>