[
https://issues.apache.org/jira/browse/ARIES-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Przybysz updated ARIES-1599:
------------------------------------
Fix Version/s: blueprint-maven-plugin-1.5.0
Description:
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).
was:
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 (addResourceDir) in earlier phase (generate-resources).
Summary: Add new goal to blueprint maven plugin - add-resource-dir in
generate-resources phase (was: Add new goal to blueprint maven plugin -
addResourceDir in generate-resources phase)
> 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)