maven plugin sourceRoot parameter does not match maven conventions
------------------------------------------------------------------
Key: CXF-1997
URL: https://issues.apache.org/jira/browse/CXF-1997
Project: CXF
Issue Type: Improvement
Components: Tooling
Affects Versions: 2.1.3
Reporter: nicolas de loof
Priority: Trivial
Maven Wsdl2Java Mojo defines sourceRoot default-value as
${project.build.directory}/generated/src/main/java
This does not follow maven convention to use
${project.build.directory}/generated-sources/<plugin-name>
(see for example
http://mail-archives.apache.org/mod_mbox/maven-users/200712.mbox/<babd22d888c2324882332d027f51bb9501fa1...@atlantis-evs.oz.hubbub.com.au>)
A better default value would be ${project.build.directory}/generated-sources/cxf
Please note changing this default requires no change for users as the
compileSourceRoots will automagically be updated during project build.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.