Search |
||
JAX-WS Maven 2 Plugin 1.12 releasedPosted by ramapulavarthi on April 29, 2009 at 1:49 PM PDT
JAX-WS Maven2 plugin 1.12 is released which has some bug fixes related to configuring the wsimport/wsgen options and minor usability issue. JAX-WS maven plugin 1.12 depends on recently released JAX-WS RI 2.1.7. Along with other changes in JAX-WS RI 2.1.7, For maven users it has one important bug fix related to the dependency on the woodstox. Just a recap on the previous 1.11 release, If you have n't noticed, In 1.11 wsimport goal default behavior is changed to not compile the generated sources. This was fixed as JAX-WS-COMMONS-25. Fixes in 1.12 release are
You can find more about the plugin usage at jax-ws commons project. Do let us know if you see any issues with using the maven plugin. »
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
Submitted by mkuchtiak on Tue, 2009-05-05 07:11.
Hi,
This is a useful upgrade.
Just one question: why don't you put this plugin immediately to central maven2 repository
(http://repo1.maven.org/maven2)? I noticed all JAX-WS Maven 2 Plugins, up to version 1.10 are there.
Submitted by ramapulavarthi on Tue, 2009-05-05 10:16.
Seems pushing a artifact to Maven Central repo requires all its dependencies to be available at central repo. This requires all JAX-WS RI artifacts to be on Maven central.
JAX-WS 2.1.X RI requires correct dependencies for jax-ws 2.1 api which has correct dependencies on 181-MR jar and others.There are some issues with jaxws-api 2.1 pom in Maven central. I have blogged about the situation earlier at http://weblogs.java.net/blog/ramapulavarthi/archive/2008/10/jaxws_api_ve....
|
||
|
|