mirror of https://github.com/apache/maven.git
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:
parent
f3ba964d55
commit
9832de654f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue