[
https://issues.apache.org/jira/browse/ARIES-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15443106#comment-15443106
]
ASF subversion and git services commented on ARIES-1599:
--------------------------------------------------------
Commit 1758097 from [~alien11689] in branch 'aries/trunk'
[ https://svn.apache.org/r1758097 ]
[ARIES-1599] Add missing license header to add-resource-dir goal mojo class
> Add new goal to blueprint maven plugin - add-resource-dir in
> generate-resources phase
> -------------------------------------------------------------------------------------
>
> Key: ARIES-1599
> URL: https://issues.apache.org/jira/browse/ARIES-1599
> Project: Aries
> Issue Type: Improvement
> Reporter: Dominik Przybysz
> Assignee: Dominik Przybysz
> Priority: Minor
> Fix For: blueprint-maven-plugin-1.5.0
>
>
> Intelij IDEA finds generated sources and resources by executing
> process-resources phase. It is configurable, but next phases in selecion list
> in properties are *-test-* phases, which all occur after compilation.
> Blueprint maven plugin adds resource directory (and bluprint file) in
> process-classes phase.
> To mark directory as resource root by IDEA, it is enough to add such
> directory in separete goal (add-resource-dir) in earlier phase
> (generate-resources).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)