fixed some issues, beginning to get some things to build. 

Java 11 has significant changes from java 9 / 10, both of which are obsolete
(Java 11 has LTS (long term support) commitment).
I'm going to change the profile from id=java9plus to java11.

One change needed was to remove from the maven-compiler-plugin, the
configuration to add compiler-args of --add-module java.xml.bind, because as of
Java 11, that is no longer a module in the JVM package (was removed).

-Marshall

Reply via email to