| From | Sent On | Attachments |
|---|---|---|
| atrajano (JIRA) | Nov 18, 2011 8:34 pm | |
| atrajano (JIRA) | Nov 18, 2011 8:36 pm | |
| Lukas Jungmann (JIRA) | Jan 9, 2012 3:23 pm | |
| Lukas Jungmann (JIRA) | Jan 10, 2012 4:03 pm | |
| Lukas Jungmann (JIRA) | Jan 23, 2012 3:31 am | |
| Lukas Jungmann (JIRA) | Jan 23, 2012 3:32 am | |
| Lukas Jungmann (JIRA) | Jan 23, 2012 10:33 am |
| Subject: | [JIRA] Created: (JAX_WS_COMMONS-80) Support for WSDLs in dependencies | |
|---|---|---|
| From: | atrajano (JIRA) (jira...@java.net) | |
| Date: | Nov 18, 2011 8:34:13 pm | |
| List: | net.java.dev.jax-ws-commons.issues | |
Support for WSDLs in dependencies
---------------------------------
Key: JAX_WS_COMMONS-80 URL: http://java.net/jira/browse/JAX_WS_COMMONS-80 Project: jax-ws-commons Issue Type: Improvement Components: maven-plugin Reporter: atrajano
Support for WSDLs in other JARs
e.g. WSDL-project.jar contains META-INF/wsdl/wsdl-file.wsdl and MANIFEST.MF only
Add the configuration as follows:
<configuration> <wsdlDependency> <groupId>...</groupId> <version>...</version> <artifactId>WSDL-project</artifactId> <!-- the path is relative to the root of the dependency JAR --> <wsdlDirectory>src/main/resources/META-INF/wsdl</wsdlDirectory> </wsdlDependency> </configuration>
<configuration>
<wsdlDependency>
<groupId>...</groupId>
<version>...</version>
<artifactId>WSDL-project</artifactId>
<!-- the path is relative to the root of the dependency JAR. This method
should also be supported -->
<wsdlFiles>
<wsdlFile>src/main/resources/META-INF/wsdl/foo.wsdl</wsdlFile>
</wsdlFiles>
</wsdlDependency>
</configuration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://java.net/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





