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/07/13 15:42:40 UTC

svn commit: r793585 - /maven/components/trunk/maven-embedder/pom.xml

Author: bentmann
Date: Mon Jul 13 13:42:40 2009
New Revision: 793585

URL: http://svn.apache.org/viewvc?rev=793585&view=rev
Log:
o Added hack to get CI back running

Modified:
    maven/components/trunk/maven-embedder/pom.xml

Modified: maven/components/trunk/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-embedder/pom.xml?rev=793585&r1=793584&r2=793585&view=diff
==============================================================================
--- maven/components/trunk/maven-embedder/pom.xml (original)
+++ maven/components/trunk/maven-embedder/pom.xml Mon Jul 13 13:42:40 2009
@@ -99,6 +99,12 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <!--
+        HACK: Enforcing version 2.4.2 while the other modules use 2.4.3 to get testTwoExecutionsDoNotCacheChangedData()
+        passing on the grid until the embedder can handle HTTP auth. This just pulls down all plugin dependencies during
+        the main build instead of the test.
+        -->
+        <version>2.4.2</version>
         <configuration>
           <excludes>
             <exclude>**/TestComponentOverride.java</exclude>