Sunday, August 25, 2013

Maven jax-ws plugin usage

This post shows an example of jax-ws maven plug-in usage. This maven plug-in can be found in two repositories
  1. org.codehaus.mojo
  2. org.jvnet.jax-ws-commons
First repository contains old versions of this plug-in. ( available upto versions 1.12 ). Second one has the Latest version (2.3) and it can be found in http://jax-ws-commons.java.net/jaxws-maven-plugin/. To use latest version, replace groupID and version fields with following .


 <groupid>org.jvnet.jax-ws-commons</groupid>
 <artifactid>jaxws-maven-plugin</artifactid>
 <version>2.3</version>


No comments:

Post a Comment