]> source.dussan.org Git - sonarqube.git/commitdiff
do not run parallel unit tests in findbugs plugin
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Mar 2011 13:07:08 +0000 (14:07 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Mar 2011 13:07:23 +0000 (14:07 +0100)
plugins/sonar-findbugs-plugin/pom.xml

index 4d593b0bcceb7b4e401078a1ffde6e11d42d92f5..a723ae5dbdc31bd21b9b4d8d16208e00b3432732 100644 (file)
           <useChildFirstClassLoader>true</useChildFirstClassLoader>
         </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>
 </project>
\ No newline at end of file