atom feed7 messages in net.java.dev.jax-ws-commons.issues[JIRA] Updated: (JAX_WS_COMMONS-80) S...
FromSent OnAttachments
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] Updated: (JAX_WS_COMMONS-80) Support for WSDLs in dependencies
From:Lukas Jungmann (JIRA) (jira@java.net)
Date:Jan 9, 2012 3:23:51 pm
List:net.java.dev.jax-ws-commons.issues

[
http://java.net/jira/browse/JAX_WS_COMMONS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Lukas Jungmann updated JAX_WS_COMMONS-80:

Assignee: Lukas Jungmann

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 Assignee: Lukas Jungmann

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>