javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Use org.jvnet.jaxb2.maven2:maven-jaxb2-plugin syntax (or perhaps delegate) #118

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

org.jvnet.jaxb2.maven2:maven-jaxb2-plugin has really some cool features. Using mutiple catalogs, looking in maven dependencies for episodes and catalogs, etc.

I have episodal compilations for my projects now. I build almost everything with the org.jvnet.jaxb2.maven2:maven-jaxb2-plugin, however, the last step requires me to use this plugin. Suddenly I need to unpack dependencies for each episode, then refer to the unpacked (generated) episodes with xjcArgs and adapt the catalog (next catalog) to refer to the catalogs inside the dependencies.

It would be really cool if I could use the same kind of features for the wsdl step.

glassfishrobot commented 10 years ago

Reported by sjaakderksen

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-118