Nicola Isotta created NETBEANS-3920:
---------------------------------------
Summary: JAX-WS: old version of maven plugin is used
Key: NETBEANS-3920
URL: https://issues.apache.org/jira/browse/NETBEANS-3920
Project: NetBeans
Issue Type: Improvement
Components: javaee - Maven, webservices - JAX-WS
Affects Versions: 11.2
Reporter: Nicola Isotta
When importing a WSDL in a Maven Project using the "Web Service Client" option,
a plugin is added to the POM:
{{<plugin>}}
{{ <groupId>org.jvnet.jax-ws-commons</groupId>}}
{{ <artifactId>jaxws-maven-plugin</artifactId>}}
{{ <version>2.3</version>}}{{...}}{{</plugin> }}
This version is very old (2013), unmatained (see
[https://repo.maven.apache.org/maven2/org/jvnet/jax-ws-commons/jaxws-maven-plugin/])
and has some known problems (e.g. the build may fail in Windows if the project
path contains spaces).
Plugin development is now on
[GitHub|[https://github.com/eclipse-ee4j/metro-jax-ws]] and new plugin versions
have been published under the [com.sun.xml.ws
groupId|[https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-maven-plugin]].
The aren't breaking changes in plugin configuration so I thinink it's safe to
move to the new plugin version by default.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists