mirror of https://github.com/apache/archiva.git
fix issue using surefire 2.12.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1369981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d4b925a5e
commit
be2d49e31a
|
@ -203,8 +203,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
||||||
<runOrder>alphabetical</runOrder>
|
<runOrder>alphabetical</runOrder>
|
||||||
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
|
|
||||||
<excludedGroups>foonotatestsurefireissue</excludedGroups>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
|
@ -194,8 +194,6 @@
|
||||||
<value>${excluded.groups}</value>
|
<value>${excluded.groups}</value>
|
||||||
</property>
|
</property>
|
||||||
</properties>
|
</properties>
|
||||||
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
|
|
||||||
<excludedGroups>foonotatestsurefireissue</excludedGroups>
|
|
||||||
<runOrder>alphabetical</runOrder>
|
<runOrder>alphabetical</runOrder>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -1759,7 +1759,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.12</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
|
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
|
||||||
<runOrder>alphabetical</runOrder>
|
<runOrder>alphabetical</runOrder>
|
||||||
|
|
Loading…
Reference in New Issue