diff options
author | Olivier Lamy <olamy@apache.org> | 2012-02-03 13:48:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-02-03 13:48:20 +0000 |
commit | 548a3a8eb5ab11010b57663db683a74d97e088a3 (patch) | |
tree | fc58a7f3f7c5291b60e5776b17b052fbac18d138 /archiva-modules/archiva-web/archiva-webapp-test-js | |
parent | 9612b4766970a905cbd51f0590d979ec90dc4976 (diff) | |
download | archiva-548a3a8eb5ab11010b57663db683a74d97e088a3.tar.gz archiva-548a3a8eb5ab11010b57663db683a74d97e088a3.zip |
workaround for issue in surefire 2.12 with testng
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test-js')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 1 |
1 files changed, 1 insertions, 0 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 b8fd5f3b3..3fdce1510 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -218,6 +218,7 @@ </property> </properties> <runOrder>alphabetical</runOrder> + <excludedGroups>foonotatestsurefireissue</excludedGroups> </configuration> <executions> <execution> |