[ http://jira.codehaus.org/browse/MNG-895?page=all ] Brett Porter closed MNG-895: ----------------------------
Assign To: Brett Porter (was: John Casey) Resolution: Fixed inheriting in profile and main build > 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: Brett Porter > 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]