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
This commit is contained in:
Olivier Lamy 2012-02-03 13:48:30 +00:00
parent 548a3a8eb5
commit 5816e3982b
2 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,7 @@
</property>
</properties>
<runOrder>alphabetical</runOrder>
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
<excludedGroups>foonotatestsurefireissue</excludedGroups>
</configuration>
<executions>

View File

@ -209,6 +209,8 @@
<value>${excluded.groups}</value>
</property>
</properties>
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
<excludedGroups>foonotatestsurefireissue</excludedGroups>
<runOrder>alphabetical</runOrder>
</configuration>
<executions>