Profile resources not merged with main POM
------------------------------------------

         Key: MNG-895
         URL: http://jira.codehaus.org/browse/MNG-895
     Project: Maven 2
        Type: Bug
    Versions: 2.0-beta-1    
 Reporter: Mark Hobson


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