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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Hibernate Данные ORM
Группа

Группа

com.myjavadoc
Идентификатор

Идентификатор

hibernate4-maven-plugin
Последняя версия

Последняя версия

1.0.Beta1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.myjavadoc.com
Система контроля версий

Система контроля версий

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

Скачать hibernate4-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.Beta1