s

schema-translator-maven-plugin

Maven plugin that extracts an SQL script from JPA annotated classes using Hibernate4. The core of the code here was scourced from Alexey Zvolinskiy (http://www.javacodegeeks.com/2014/01/hibernate-ddl-schema-generation.html) and this is mostly a repackaging into a maven plugin.
www.madurasoftware.com
Prometheus Consulting
Roger J Parkinson
Files download
File Operation
schema-translator-maven-plugin-1.1.0.jar download
schema-translator-maven-plugin-1.1.0.pom download
schema-translator-maven-plugin-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.co.senanque</groupId>
  <artifactId>schema-translator-maven-plugin</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'nz.co.senanque:schema-translator-maven-plugin:1.1.0'
Gradle Kotlin
implementation("nz.co.senanque:schema-translator-maven-plugin:1.1.0")
Scala SBT
libraryDependencies += "nz.co.senanque" % "schema-translator-maven-plugin" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='nz.co.senanque', module='schema-translator-maven-plugin', version='1.1.0')
)
Apache Ivy
<dependency org="nz.co.senanque" name="schema-translator-maven-plugin" rev="1.1.0" />
Leiningen
[nz.co.senanque/schema-translator-maven-plugin "1.1.0"]
Apache Buildr
'nz.co.senanque:schema-translator-maven-plugin:jar:1.1.0'