diff options
author | Olivier Lamy <olamy@apache.org> | 2012-02-03 13:48:30 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-02-03 13:48:30 +0000 |
commit | 5816e3982be6589b2a5be819c9a3464dff1e2369 (patch) | |
tree | 3bf21a37c3854969274a19081e760d4212c9094f /archiva-modules/archiva-web/archiva-webapp-test-js | |
parent | 548a3a8eb5ab11010b57663db683a74d97e088a3 (diff) | |
download | archiva-5816e3982be6589b2a5be819c9a3464dff1e2369.tar.gz archiva-5816e3982be6589b2a5be819c9a3464dff1e2369.zip |
workaround for issue in surefire 2.12 with testng
see https://jira.codehaus.org/browse/SUREFIRE-828 .
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240166 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 3fdce1510..1cee5b5b7 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> + <!-- see https://jira.codehaus.org/browse/SUREFIRE-828 --> <excludedGroups>foonotatestsurefireissue</excludedGroups> </configuration> <executions> |