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 2008/12/06 16:43:26 UTC

svn commit: r724001 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml

Author: bentmann
Date: Sat Dec  6 07:43:26 2008
New Revision: 724001

URL: http://svn.apache.org/viewvc?rev=724001&view=rev
Log:
o Added missing IT plugin

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml?rev=724001&r1=724000&r2=724001&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml Sat Dec  6 07:43:26 2008
@@ -73,6 +73,12 @@
     <!-- IT plugins in alphabetical order -->
     <dependency>
       <groupId>org.apache.maven.its.plugins</groupId>
+      <artifactId>maven-it-plugin-all</artifactId>
+      <version>${itPluginVersion}</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.its.plugins</groupId>
       <artifactId>maven-it-plugin-artifact</artifactId>
       <version>${itPluginVersion}</version>
       <scope>runtime</scope>