]> source.dussan.org Git - sonarqube.git/commitdiff
upgrade the surefire maven plugin
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Sep 2010 21:00:25 +0000 (21:00 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Sep 2010 21:00:25 +0000 (21:00 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index f20fbd48cd94f0b2aa78b599216a99620c8ba55c..9e88a67420a1b54fd341f40a6bcf44c634d3c038 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.sonar</groupId>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.sonar</groupId>
           <artifactId>sonar-packaging-maven-plugin</artifactId>
           <version>0.1</version>
         </plugin>
-        
+
       </plugins>
     </pluginManagement>
 
                   <banLatest>true</banLatest>
                   <banRelease>true</banRelease>
                   <phases>clean,deploy</phases>
-                </requirePluginVersions>                
+                </requirePluginVersions>
               </rules>
             </configuration>
           </execution>
@@ -332,18 +333,6 @@ mmmm
           </execution>
         </executions>
       </plugin>
-       
-       <!-- Running JUnit tests in parallel
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-surefire-plugin</artifactId>
-         <configuration>
-           <parallel>classes</parallel>
-           <threadCount>3</threadCount>
-           <perCoreThreadCount>true</perCoreThreadCount>
-         </configuration>
-       </plugin>
-       -->
     </plugins>
   </build>
 
@@ -667,7 +656,7 @@ mmmm
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-artifact</artifactId>
         <version>2.0.7</version>
-      </dependency>      
+      </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-project</artifactId>