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.

License

License

Categories

Categories

Maven Build Tools Hibernate Data ORM
GroupId

GroupId

com.myjavadoc
ArtifactId

ArtifactId

hibernate4-maven-plugin
Last Version

Last Version

1.0.Beta1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

http://www.myjavadoc.com
Source Code Management

Source Code Management

https://github.com/rpoznan/hibernate4maven.git

Download hibernate4-maven-plugin

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven : maven-core jar 3.2.3
org.jboss : jboss-common-core jar 2.5.0.Final
org.hibernate : hibernate-tools jar 4.3.4.Final

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

hibernate4maven

hibernate 4 plugins for java 1.7 and maven 3.0 with latest hibernate tools. From Codehaus hibernate 3 source

To compile this source create directory EMBEDDED and put a maven 3 install in there. To test the source run the run-its profile. Otherwise just do a install.

To use the plugin just configure it like the old codehaus maven hibernate3 plugin. JPA Configuration is currently not supported.

There is an example configuration in the src/it/hibernate4test

Versions

Version
1.0.Beta1