You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/09/08 13:44:28 UTC

svn commit: r812471 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml

Author: bentmann
Date: Tue Sep  8 11:44:28 2009
New Revision: 812471

URL: http://svn.apache.org/viewvc?rev=812471&view=rev
Log:
[MNG-4345] [regression] Plugin executions contributed by default lifecycle mapping execute after other plugin executions bound to the same phase

o Extended IT

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml?rev=812471&r1=812470&r2=812471&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4345/pom.xml Tue Sep  8 11:44:28 2009
@@ -65,6 +65,12 @@
           <pathname>target/log.txt</pathname>
           <message>first</message>
         </configuration>
+        <executions>
+          <execution>
+            <!-- NOTE: The id of this execution has been chosen to test interaction of MNG-3203 and execution order -->
+            <id>default-resources</id>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>