summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml2
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml2
-rw-r--r--pom.xml1
3 files changed, 0 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
index 830092d11..5366a91f2 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
@@ -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>
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index c7214d684..2567da666 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 3ca71f9fa..e7d63e3fa 100644
--- a/pom.xml
+++ b/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>