Reputation: 8949
Has anyone built Java web services using Maven-2. I've read about the jax-ws plugin, but I haven't found any clear documentation or examples on how to use it.
I tried building a few following instructions of some bloggers, but most instructions seem old or incomplete.
Does anyone have any advice on using Maven to build Java web service, or a link to a clean tutorial.
I'm using Maven 2.2.1, and Java 1.6.
Thanks!
Upvotes: 2
Views: 3567
Reputation: 22948
Try one of these :
http://blogs.oracle.com/enterprisetechtips/entry/using_jax_ws_with_maven
http://mojo.codehaus.org/jaxws-maven-plugin/wsimport-mojo.html
https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/
Upvotes: 4