Skip to content

Commit

Permalink
Bug 549754: Reduce fork count to one (single vm)
Browse files Browse the repository at this point in the history
Default in MavenMaster is a factor of 0.5 times the number of CPU cores.
After discussion, the parallel execution is not necessary, so we fix
this to "1".

Apply this change also for sdk

Change-Id: Ie6804708320a322a238c2e7e373fa9eb7ee5d1e5
  • Loading branch information
padyx committed Aug 6, 2019
1 parent 5cb25c9 commit 306157e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.scout.sdk/pom.xml
Expand Up @@ -57,6 +57,7 @@
<org.eclipse.scout.rt_version>6.0.300-SNAPSHOT</org.eclipse.scout.rt_version>

<master_coverage_jacoco_destFile>${basedir}/../org.eclipse.scout.sdk/target/jacoco-all.exec</master_coverage_jacoco_destFile>
<master_test_forkCount>1</master_test_forkCount>
<!-- Sonar properties -->
<sonar.branch>releases_6.0.x</sonar.branch>
<master_test_timeout>1800</master_test_timeout>
Expand Down

0 comments on commit 306157e

Please sign in to comment.