This post shows an example of jax-ws maven plug-in usage. This maven plug-in can be found in two repositories
- org.codehaus.mojo
- 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