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/10 00:01:00 UTC

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

Author: bentmann
Date: Tue Dec  9 15:01:00 2008
New Revision: 724925

URL: http://svn.apache.org/viewvc?rev=724925&view=rev
Log:
o Stabilized bootstrapping

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=724925&r1=724924&r2=724925&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 Tue Dec  9 15:01:00 2008
@@ -290,4 +290,20 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <!-- This merely locks the plugin versions to disable auto-update -->
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
+  </build>
 </project>