[ http://jira.codehaus.org/browse/MNG-895?page=comments#action_47196 ] 

John Casey commented on MNG-895:
--------------------------------

What's the outcome of the dev discussion on this?

> Profile resources not merged with main POM
> ------------------------------------------
>
>          Key: MNG-895
>          URL: http://jira.codehaus.org/browse/MNG-895
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project
>     Versions: 2.0-beta-1
>     Reporter: Mark Hobson
>     Assignee: John Casey
>      Fix For: 2.0-beta-3

>
>
> Profile resources are not merged with resources specified in the main POM, 
> e.g.:
> <project>
>  ...
>  <build>
>    <resources>
>      <resource>a</resource>
>    </resources>
>  </build>
>  <profiles>
>    <profile>
>      ...
>      <build>
>        <resources>
>          <resource>b</resource>
>        </resources>
>      </build>
>      ...
>    </profile>
>  </profiles>
>  ...
> </project>
> The effective resources block should consist of both 'a' and 'b' when the 
> profile is activated, but currently 'b' overrides 'a'.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to