You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (JIRA)" <ji...@apache.org> on 2012/05/07 16:36:52 UTC

[jira] [Assigned] (NPANDAY-542) Support for multiple source dirs

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

Lars Corneliussen reassigned NPANDAY-542:
-----------------------------------------

    Assignee: Lars Corneliussen
    
> Support for multiple source dirs
> --------------------------------
>
>                 Key: NPANDAY-542
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-542
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: Backlog
>            Reporter: Urs Keller
>            Assignee: Lars Corneliussen
>
> If another maven plugin generates sources for other plugins to process this is not picked up by NPanday.
> Typically we have a plugin adding to the sources with the following code:
>   /**
>      * The source directories containing the sources to be compiled.
>      * 
>      * @parameter expression="${project.compileSourceRoots}"
>      * @required
>      * @readonly
>      */
>     private List<String> compileSourceRoots;
> ...
>         compileSourceRoots.add(getTargetDir().getAbsolutePath());

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira