How do you invoke schemagen in Java 11?
According to Oracle documentation the schemagen tool is removed from the JDK as part of JEP 320 ( http://openjdk.java.net/jeps/320 ). That JEP points to Maven artifacts that now supply the missing tools. The coordinates of the artifacts are wrong in the JEP, updated coordinates are found in an answer to this question: Which artifacts should I use for JAXB RI in my Maven project? What is missing however is how to invoke the tools. There are shell scripts pointed to in the JEP that are in the JAXB-RI Git repository. However those scripts remain undocumented and difficult to invoke. The build