Browse Source

do not execute sonar-ws-client unit tests in parallel

tags/2.6
simonbrandhof 13 years ago
parent
commit
28a97998eb
1 changed files with 0 additions and 15 deletions
  1. 0
    15
      sonar-ws-client/pom.xml

+ 0
- 15
sonar-ws-client/pom.xml View File

@@ -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>

Loading…
Cancel
Save