]> source.dussan.org Git - sonarqube.git/commitdiff
do not execute unit tests in parallel in sonar-plugin-api
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Sep 2010 12:26:39 +0000 (12:26 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Sep 2010 12:26:39 +0000 (12:26 +0000)
sonar-plugin-api/pom.xml

index f4a4bdbed97779b2941dbbdf278b4bbb47af3a9b..712f58e424f962093bb84eca1798cbec14d29d3e 100644 (file)
           <skip>false</skip>
         </configuration>
       </plugin>
-      <!-- Running JUnit tests in parallel -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <parallel>methods</parallel>
-          <threadCount>3</threadCount>
-          <perCoreThreadCount>true</perCoreThreadCount>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <dependencies>