Procházet zdrojové kódy

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

tags/2.6
simonbrandhof před 13 roky
rodič
revize
28a97998eb
1 změnil soubory, kde provedl 0 přidání a 15 odebrání
  1. 0
    15
      sonar-ws-client/pom.xml

+ 0
- 15
sonar-ws-client/pom.xml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit