[ 
https://issues.apache.org/jira/browse/NETBEANS-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicola Isotta updated NETBEANS-3920:
------------------------------------
    Description: 
When importing a WSDL in a Maven Project using the "Web Service Client" option, 
a plugin is added to the POM:
{code:java}
<plugin>
    <groupId>org.jvnet.jax-ws-commons</groupId>
    <artifactId>jaxws-maven-plugin</artifactId>
    <version>2.3</version>
    ...
</plugin>
{code}
This version is very old (2013), unmantained (see on maven) 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 version 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.

  was:
When importing a WSDL in a Maven Project using the "Web Service Client" option, 
a plugin is added to the POM:
{code:java}
<plugin>
    <groupId>org.jvnet.jax-ws-commons</groupId>
    <artifactId>jaxws-maven-plugin</artifactId>
    <version>2.3</version>
    ...
</plugin>
{code}
This version is very old (2013), unmantained (see on maven) 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.


> 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
>            Priority: Minor
>
> When importing a WSDL in a Maven Project using the "Web Service Client" 
> option, a plugin is added to the POM:
> {code:java}
> <plugin>
>     <groupId>org.jvnet.jax-ws-commons</groupId>
>     <artifactId>jaxws-maven-plugin</artifactId>
>     <version>2.3</version>
>     ...
> </plugin>
> {code}
> This version is very old (2013), unmantained (see on maven) 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 version 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to