mojohaus / jaxws-maven-plugin

https://www.mojohaus.org/jaxws-maven-plugin/
Apache License 2.0
25 stars 37 forks source link

Updated to support JDK 9+ #69

Closed aaronanderson closed 5 years ago

aaronanderson commented 6 years ago

67 - Updated to use latest RI tools version, made endorsed bootclasspath argument contingent on JDK version, added option to automatically set accessExternalSchema.

theit commented 6 years ago

Can you have a look at my pull request #71? It also contains fixes for invocation under Java 9-11, but doesn't add an extra option as your PR.