-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
It turns out it's currently impossible to use the maven plugin under Java 9 due to the fact that JAXB is no longer part of the default accessible classes in the JVM. I've been unable to find a way of adding JAXB back via dependencies. The result is that if you have Java 9 you can't build any project which uses the OMTD Maven plugin. This is seriously problematic on Mac's where Java 8 is no longer available for download.