Wsimport failing in Java 11
I solved the issue by using the following plugin
<groupId>com.helger.maven</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.6</version>
Update : New plugin is available which can be used for this purpose. Apparently com.helger plugin was just a temporary workaround.
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.3.2</version>