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>
|
||||
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
|
||||
<excludedGroups>foonotatestsurefireissue</excludedGroups>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
@ -194,8 +194,6 @@
|
|||
<value>${excluded.groups}</value>
|
||||
</property>
|
||||
</properties>
|
||||
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
|
||||
<excludedGroups>foonotatestsurefireissue</excludedGroups>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -1759,7 +1759,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.12</version>
|
||||
<configuration>
|
||||
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
|
|
Loading…
Reference in New Issue