diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-06 20:25:15 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-06 20:25:15 +0000 |
commit | be2d49e31a22e5f533a1679897ffcadee74d040c (patch) | |
tree | 66ab1a9fe228576fe1fadb5031b3c901397e32ea /archiva-modules | |
parent | 3d4b925a5ef0a9c5a006e32f44cac6555917af29 (diff) | |
download | archiva-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.xml | 2 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 |
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> |