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