MVN

org.apache.openejb.patch : openjpa-maven-plugin

Maven & Gradle

May 08, 2014

OpenJPA Maven Plugin · OpenJPA tasks for enhancing, SQL creation and schema mapping creation using Apache maven (see http://maven.apache.org).

<plugin>
    <groupId>org.apache.openejb.patch</groupId>
    <artifactId>openjpa-maven-plugin</artifactId>
    <version>2.4.0-nonfinal-1591689</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb.patch : openjpa-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.4.0-nonfinal-1591689

All Versions

Choose a version of org.apache.openejb.patch : openjpa-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.4.x
openjpa-maven-plugin-2.4.0-nonfinal-1591689
2.3.x
openjpa-maven-plugin-2.3.0-nonfinal-1540826

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.apache.openejb.patch</groupId>
    <artifactId>openjpa-maven-plugin</artifactId>
    <version>2.4.0-nonfinal-1591689</version>
</plugin>