/[Apache-SVN]
ViewVC logotype

Revision 543599


Jump to revision: Previous Next
Author: jdcasey
Date: Fri Jun 1 20:35:44 2007 UTC (17 years, 5 months ago)
Changed paths: 2
Log Message:
OPEN - issue MNG-2784: Multiple executions of the same plugin at the same life cycle phase in a multi-module profile mixed up 
http://jira.codehaus.org/browse/MNG-2784

NOT applying this patch, as there is a much simpler solution. The processing is currently in the correct order, so all we need to do is make sure the Map.values() method retains this order. Therefore, I changed the Map implementation for plugin executions to LinkedHashMap.

I've also added a test for this issue...

Changed paths

Path Details
Directorymaven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection/DefaultProfileInjector.java modified , text changed
Directorymaven/components/trunk/maven-project/src/test/java/org/apache/maven/project/injection/DefaultProfileInjectorTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26