mirror of https://github.com/apache/archiva.git
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:
parent
548a3a8eb5
commit
5816e3982b
|
@ -218,6 +218,7 @@
|
|||
</property>
|
||||
</properties>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
<!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
|
||||
<excludedGroups>foonotatestsurefireissue</excludedGroups>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue