In examining the documentation for CXF, I couldn't find information on how to use the Maven plugin (WSDL first) that can pass arguments to JAXB. In particular I need to configure/use JAXB plugins that get invoked when the WSDL to Java code generator invokes JAXB's code generator.
Examples of such plugins for JAXB can be found at <https://jaxb2-commons.dev.java.net/> Another need for passing arguments to JAXB is for the use of JAXB episode files -- I did note that JAXB binding files are supported by the CXF Maven plugin. A JAXB episode file can be used to prevent regeneration of Java code for an imported XML Schema for which custom Java code exists (and which is on the classpath). For more on separate compilation with JAXB episodes please see <http://weblogs.java.net/blog/kohsuke/archive/2006/09/separate_compil.html> TIA! -- View this message in context: http://www.nabble.com/How-can-I-pass-arguments-to-JAXB-and-use-JAXB-plugins-with-CXF-Maven-plugin--tp24023624p24023624.html Sent from the cxf-user mailing list archive at Nabble.com.
