Devskiller / jpa2ddl

JPA Schema Generator Plugin
Apache License 2.0
109 stars 33 forks source link

0.9.10 gp #15

Closed gpaglia closed 6 years ago

gpaglia commented 6 years ago

Fixed some incomaptibilities with the WIndows 10 environment. In the gradle plugin, I extended the classpath to include all dependencies on the project classpath, to support cases where the entities implement interfaces defined in external jars, leading to NoClassDefFoundError complaints by hibernate. I introduced an explicit resource block in the maven plugin pom to include the mojos.xml, as eclipse requires that to be on the build path. It now compiles, builds and tests ok on WIndows 10 / Eclipse Oxygen. I have tested the gradle plugin on a real project on actions CREATE/METADATA and UPDATE/DATABASE. Did not test the maven plugin on a real project, just verified the build/test goals to be ok.

jkubrynski commented 6 years ago

I was not able to fix this build, so I've just moved suggested fixed to master