scubacabra / gradle-wsdl-plugin

Gradle plugin that helps with using WSDL files and generating their WARs
GNU General Public License v2.0
12 stars 7 forks source link

Add support for catalogs #9

Open wienczny opened 9 years ago

wienczny commented 9 years ago

Please add support for jax-ws-catalog.xml

I've got wsdl files that reference remote xsds. If you don't want to download these files for every build you need to use a jax-ws-catalog.xml that maps the remote urls to local ones so you can download the xsd once. The jax-ws-catalog.xml should be added to META-INF/jax-ws-catalog.xml inside the artifact, too.

The ant-task supports catalogs by using the -catalog option.

Maybe a wsdl download task that