You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/02/03 14:48:20 UTC

svn commit: r1240165 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml

Author: olamy
Date: Fri Feb  3 13:48:20 2012
New Revision: 1240165

URL: http://svn.apache.org/viewvc?rev=1240165&view=rev
Log:
workaround for issue in surefire 2.12 with testng

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml?rev=1240165&r1=1240164&r2=1240165&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml Fri Feb  3 13:48:20 2012
@@ -218,6 +218,7 @@
             </property>
           </properties>
           <runOrder>alphabetical</runOrder>
+          <excludedGroups>foonotatestsurefireissue</excludedGroups>
         </configuration>
         <executions>
           <execution>