Maven cxf-codegen-plugin (WSDL to Java)Comment removed by Glen Mazza<sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> is poor style since you may have several plugins generating sources, and this directory name does not even mention CXF. <sourceRoot>${project.build.directory}/generated/cxf</sourceRoot> is better but a bit nonstandard. The conventional value <sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot> is in fact the default value for this parameter, so you should leave it alone unless you really need to customize it.
Change Notification Preferences
|
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plugin (... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
- [CONF] Apache CXF Documentation > Maven cxf-codegen-plu... confluence
