MVN

com.myjavadoc : hibernate4-maven-plugin

Maven & Gradle

Jul 23, 2016

hibernate4-maven-plugin Maven Plugin · Hibernate 4 maven plugin, run hibernate tools from inside maven builds. Based off Codehaus hibernate3-maven-plugin 2.2. The configuration is the same but the performance is alot better. See source for example database reverse engineering to JPA.

<plugin>
    <groupId>com.myjavadoc</groupId>
    <artifactId>hibernate4-maven-plugin</artifactId>
    <version>1.0.Beta1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.myjavadoc : hibernate4-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.Beta1
  • Latest Beta: 1.0.Beta1

All Versions

Choose a version of com.myjavadoc : hibernate4-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hibernate4-maven-plugin-1.0.Beta1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.myjavadoc</groupId>
    <artifactId>hibernate4-maven-plugin</artifactId>
    <version>1.0.Beta1</version>
</plugin>