You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/03/09 18:21:50 UTC

[jira] Assigned: (CXF-1997) maven plugin sourceRoot parameter does not match maven conventions

     [ https://issues.apache.org/jira/browse/CXF-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1997:
--------------------------------

    Assignee: Daniel Kulp

> 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
>            Assignee: Daniel Kulp
>            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/<BA...@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.