diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-24 12:26:39 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-24 12:26:39 +0000 |
commit | e0d64b3648bfe58e7b2d048ab7d74d2e128171fd (patch) | |
tree | e8dcba7c1e8383cb55e8823409a6a0ac96f71390 /sonar-plugin-api | |
parent | d3707d42f0904ac1dff23fe2730f8eb709cacbc9 (diff) | |
download | sonarqube-e0d64b3648bfe58e7b2d048ab7d74d2e128171fd.tar.gz sonarqube-e0d64b3648bfe58e7b2d048ab7d74d2e128171fd.zip |
do not execute unit tests in parallel in sonar-plugin-api
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index f4a4bdbed97..712f58e424f 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -41,16 +41,6 @@ <skip>false</skip> </configuration> </plugin> - <!-- Running JUnit tests in parallel --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <parallel>methods</parallel> - <threadCount>3</threadCount> - <perCoreThreadCount>true</perCoreThreadCount> - </configuration> - </plugin> </plugins> </build> <dependencies> |