Skip to content

Commit

Permalink
[JENKINS-33809] Don't reuse forks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Apr 14, 2016
1 parent ca1cc0e commit 0d0314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -208,7 +208,7 @@ THE SOFTWARE.
<hudson.maven.debug>${mavenDebug}</hudson.maven.debug>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<reuseForks>true</reuseForks>
<reuseForks>false</reuseForks>
<forkCount>${concurrency}</forkCount>
</configuration>
</plugin>
Expand Down

0 comments on commit 0d0314d

Please sign in to comment.