MVN

nz.co.senanque : schema-translator-maven-plugin

Maven & Gradle

Mar 21, 2017
0 stars

SchemaTranslatorMavenPlugin · 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.

<plugin>
    <groupId>nz.co.senanque</groupId>
    <artifactId>schema-translator-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.co.senanque : schema-translator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of nz.co.senanque : schema-translator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
schema-translator-maven-plugin-1.1.1
schema-translator-maven-plugin-1.1.0
1.0.x
schema-translator-maven-plugin-1.0.0
0.0.x
schema-translator-maven-plugin-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>nz.co.senanque</groupId>
    <artifactId>schema-translator-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>

Advertisement