Last Version

Maven DDL generator plugin for Hibernate 5 2.5.0

This plugin for Maven wraps the SchemaExport class from Hibernate 5 into a Mojo which can easily configured from a projects pom.xml

License

License

Categories

Categories

Maven Build Tools Hibernate Data ORM
GroupId

GroupId

de.jpdigital
ArtifactId

ArtifactId

hibernate5-ddl-maven-plugin
Version

Version

2.5.0
Type

Type

pom
Description

Description

Maven DDL generator plugin for Hibernate 5
This plugin for Maven wraps the SchemaExport class from Hibernate 5 into a Mojo which can easily configured from a projects pom.xml
Project URL

Project URL

https://github.com/jpdigital/hibernate5-ddl-maven-plugin
Project Organization

Project Organization

Jens Pelzetter

Download hibernate5-ddl-maven-plugin 2.5.0


<!-- https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin/ -->
<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>hibernate5-ddl-maven-plugin</artifactId>
    <version>2.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin/
implementation 'de.jpdigital:hibernate5-ddl-maven-plugin:2.5.0'
// https://jarcasting.com/artifacts/de.jpdigital/hibernate5-ddl-maven-plugin/
implementation ("de.jpdigital:hibernate5-ddl-maven-plugin:2.5.0")
'de.jpdigital:hibernate5-ddl-maven-plugin:pom:2.5.0'
<dependency org="de.jpdigital" name="hibernate5-ddl-maven-plugin" rev="2.5.0">
  <artifact name="hibernate5-ddl-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.jpdigital', module='hibernate5-ddl-maven-plugin', version='2.5.0')
)
libraryDependencies += "de.jpdigital" % "hibernate5-ddl-maven-plugin" % "2.5.0"
[de.jpdigital/hibernate5-ddl-maven-plugin "2.5.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hibernate5-ddl-maven-plugin-core
  • hibernate50-ddl-maven-plugin
  • hibernate51-ddl-maven-plugin
  • hibernate52-ddl-maven-plugin
  • hibernate53-ddl-maven-plugin
  • hibernate54-ddl-maven-plugin
  • hibernate55-ddl-maven-plugin
  • hibernate56-ddl-maven-plugin