jpa-schema-maven-plugin icon indicating copy to clipboard operation
jpa-schema-maven-plugin copied to clipboard

Maven plugin for generate database schema or DDL scripts from JPA entities

Results 7 jpa-schema-maven-plugin issues
Sort by recently updated
recently updated
newest added

Starting with 0.2.0, the project class path is ignored, causing ``` [ERROR] Failed to execute goal io.github.divinespear:jpa-schema-maven-plugin:0.2.1:generate (default) on project dcm4chee-arc-entity: Execution default of goal io.github.divinespear:jpa-schema-maven-plugin:0.2.1:generate failed: A required class...

I get an NPE when running `mvn jpa-schema:generate -e -X`: ``` java [ERROR] Failed to execute goal io.github.divinespear:jpa-schema-maven-plugin:0.1.12:generate (default-cli) on project sunflower-server: Error while running: NullPointerException -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException:...

Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.0.22 to 3.0.24. Commits fd36d8b [maven-release-plugin] prepare release plexus-utils-3.0.24 33a2853 o Updated to guard against directory traversal issues. f933e5e o Updated to remove '<!--' and '-->' from...

dependencies

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.0 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.6.0 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Updated dependecies to work with springboot 3 which requires java 17, eclipselink 3, spring-data-jpa 3 and hibernate 6. It is also needed to replace javax by jakarta 3.