]> source.dussan.org Git - sonarqube.git/commitdiff
do not execute sonar-ws-client unit tests in parallel
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 23 Sep 2010 09:26:45 +0000 (09:26 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 23 Sep 2010 09:26:45 +0000 (09:26 +0000)
sonar-ws-client/pom.xml

index fd0bee5b69c448e83e7206279b57238b33fc13c5..2875ed54b107693c9211265796eed386b773f764 100644 (file)
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <!-- 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>
 </project>
\ No newline at end of file