Hi,

We have a maven project that produces both a .war file and a WSDL file. The WSDL is auto-generated by the project. Right now we are publishing the WSDL as an attachment (to the packaged 'war' file) with a custom type="wsdl".

This allows us to use the WSDL artifact as a dependency in other projects. The problem is when we use the "wsdl" dependency, it includes all the dependencies of the project that generated the WSDL (eg: all the deps of the 'war' project).

How can we publish/use a generated WSDL file, and avoid getting dependencies that where used to generate the WSDL?

Thanks,
Dan Rollo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to