Selaa lähdekoodia

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

tags/2.6
simonbrandhof 13 vuotta sitten
vanhempi
commit
28a97998eb
1 muutettua tiedostoa jossa 0 lisäystä ja 15 poistoa
  1. 0
    15
      sonar-ws-client/pom.xml

+ 0
- 15
sonar-ws-client/pom.xml Näytä tiedosto

@@ -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…
Peruuta
Tallenna