Hi,

I'm using the jaxws-maven-plugin to build a JAX-WS webservice implementation 
(packaged as an EJB jar).
The service contract and message type definitions are stored in src/wsdl and 
they're packaged in META-INF/wsdl in a jar.
This is working fine, but now I need generate a Java client API package that 
would only include JAXB generated classes and WSDL/XSD.

How should I use Maven to create both the webservice implementation and client 
API packages from a single module?
Or should I split the artefacts to separate modules?


marko

Reply via email to