sellersj opened a new issue, #12521:
URL: https://github.com/apache/maven/issues/12521

   ### Affected version
   
   3.10.0-rc-1
   
   ### Bug description
   
   While testing the rc 1 I found that `org.codehaus.mojo:jaxws-maven-plugin` 
fails to generate classes from a wsdl file now.
   
   I made a minimal project that can reproduce this issue
   https://github.com/sellersj/example-wsdl-generation/tree/main
   
   When running the `generate-sources` phase it gets the following error
   
   ```
   java.lang.ClassNotFoundException: com.sun.tools.ws.wscompile.WsimportTool
     at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
     at org.codehaus.mojo.jaxws.Invoker.main(Invoker.java:72)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to