summaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-08-06 20:25:15 +0000
committerOlivier Lamy <olamy@apache.org>2012-08-06 20:25:15 +0000
commitbe2d49e31a22e5f533a1679897ffcadee74d040c (patch)
tree66ab1a9fe228576fe1fadb5031b3c901397e32ea /archiva-modules
parent3d4b925a5ef0a9c5a006e32f44cac6555917af29 (diff)
downloadarchiva-be2d49e31a22e5f533a1679897ffcadee74d040c.tar.gz
archiva-be2d49e31a22e5f533a1679897ffcadee74d040c.zip
fix issue using surefire 2.12.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1369981 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-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
2 files changed, 0 insertions, 4 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>