Bladeren bron

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

tags/2.6
simonbrandhof 13 jaren geleden
bovenliggende
commit
28a97998eb
1 gewijzigde bestanden met toevoegingen van 0 en 15 verwijderingen
  1. 0
    15
      sonar-ws-client/pom.xml

+ 0
- 15
sonar-ws-client/pom.xml Bestand weergeven

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

Laden…
Annuleren
Opslaan