o Added hack to get CI back running

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@793585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-13 13:42:40 +00:00
parent f3ba964d55
commit 9832de654f
1 changed files with 6 additions and 0 deletions

View File

@ -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>