I am collecting all the wsdl's in my project in a jar file and deploying it on the maven repository. I have read earlier posts which suggests that cxf maven tooling for wsdl2java can grab wsdl from a jar file in the classpath. Can anyone help me with the syntax for doing this.
I am referring to the below email sent on 09 Oct 2008 from Dan Kulp to a question regarding using WSDL as Maven artifact "If the wsdl is in a jar, I know the CXF wsdl2java tooling (maven plugins) can grab the wsdl out of the jar and generate code from it. Thus, a "common" jar could have the wsdl and the common generated stuff (like the jaxb types, the service interface, etc...) and the others could use it." Thanks S. Sebastian -- View this message in context: http://www.nabble.com/Grabing-wsdl-from-a-common-wsdl-jar-file-using-cxf-maven-plugin-tp24793256p24793256.html Sent from the cxf-user mailing list archive at Nabble.com.
