My Gradle WSLD Java source generation plugin still uses com.sun.xml.ws:jaxws-tools
of v2.3.2-1. There is v4.0.0 too:
https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-tools
but there is no jaxws-tools
artifact under new Jakarta umbrella:
https://mvnrepository.com/artifact/jakarta.xml.ws
I'm highly confused: Why transition to Jakarta / Eclipse led only to partial Maven coordinates changes, most of the EE XML/SOAP stuff still under the old com.sun.xml
...
Seems that parent POM leads to:
mvn dependency:copy -Dartifact=com.sun.xml.ws:project:4.0.0:pom -DoutputDirectory=libs
<scm>
<connection>scm:git:git@github.com:eclipse-ee4j/metro-jax-ws.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/metro-jax-ws.git</developerConnection>
<url>https://github.com/eclipse-ee4j/metro-jax-ws</url>
<tag>HEAD</tag>
</scm>