de4a-eu / de4a

DE4A WP5 Connector
Apache License 2.0
2 stars 5 forks source link

Make it compile on the commandline on Windows #1

Closed phax closed 3 years ago

phax commented 3 years ago

Hi guys, I took the liberty to clean the POM files a bit, so that the stuff compiles on Windows. Unfortunately tests fail but with -DskipTests=true it works. The key stuff I did is to put all the version numbers in the parent-pom, so that the child POM never need a version, except for the JAXB plugin. One key element that hindered building was a non-working module-info.java file which I simply deleted. May be we can add it later, when we have a certain stability.