summaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-23 09:26:45 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-23 09:26:45 +0000
commit28a97998eb8ea682d47c286e3d0ac59976d17dc8 (patch)
tree86729651cd24245fa1f26c797f8ed81b2d2c5f53 /sonar-ws-client
parentcc199ff792bc4dd7c82c0facce46345c393ab041 (diff)
downloadsonarqube-28a97998eb8ea682d47c286e3d0ac59976d17dc8.tar.gz
sonarqube-28a97998eb8ea682d47c286e3d0ac59976d17dc8.zip
do not execute sonar-ws-client unit tests in parallel
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index fd0bee5b69c..2875ed54b10 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -87,19 +87,4 @@
<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