]> source.dussan.org Git - archiva.git/commitdiff
fix issue using surefire 2.12.1
authorOlivier Lamy <olamy@apache.org>
Mon, 6 Aug 2012 20:25:15 +0000 (20:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 6 Aug 2012 20:25:15 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1369981 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
archiva-modules/archiva-web/archiva-webapp-test/pom.xml
pom.xml

index 830092d11264efc3e2a0072c75b2a42171277ea2..5366a91f29e3e02f1e7c897dcb516492971ff7ba 100644 (file)
         <configuration>
           <redirectTestOutputToFile>false</redirectTestOutputToFile>
           <runOrder>alphabetical</runOrder>
-          <!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
-          <excludedGroups>foonotatestsurefireissue</excludedGroups>
         </configuration>
         <executions>
           <execution>
index c7214d684fc4dd52397cc6ec7fdbddce6352a5c4..2567da6664e4e0b68b0d89ebce6f7ba2d9cab958 100644 (file)
               <value>${excluded.groups}</value>
             </property>
           </properties>
-          <!-- see https://jira.codehaus.org/browse/SUREFIRE-828 -->
-          <excludedGroups>foonotatestsurefireissue</excludedGroups>
           <runOrder>alphabetical</runOrder>
         </configuration>
         <executions>
diff --git a/pom.xml b/pom.xml
index 3ca71f9fa1f4bb03cfcd482605fea539abcc804f..e7d63e3faf880879433c894b5daf877753eca88b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
           <configuration>
             <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>