MVN

dev.bodewig.hibernate-based-migration : hibernate-based-migration-plugin

Maven & Gradle

Jan 20, 1970
0 stars

Hibernate Based Migration Maven Plugin · A maven plugin to manage migrations of JPA-generated classes between application versions

<plugin>
    <groupId>dev.bodewig.hibernate-based-migration</groupId>
    <artifactId>hibernate-based-migration-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.bodewig.hibernate-based-migration : hibernate-based-migration-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of dev.bodewig.hibernate-based-migration : hibernate-based-migration-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hibernate-based-migration-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>dev.bodewig.hibernate-based-migration</groupId>
    <artifactId>hibernate-based-migration-plugin</artifactId>
    <version>1.0.0</version>
</plugin>