You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2017/02/13 06:54:41 UTC

[jira] [Created] (SUREFIRE-1332) SurefireLauncher duplicates functions and breaks build with Maven 3.5.0

Tibor Digana created SUREFIRE-1332:
--------------------------------------

             Summary: SurefireLauncher duplicates functions and breaks build with Maven 3.5.0
                 Key: SUREFIRE-1332
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1332
             Project: Maven Surefire
          Issue Type: Test
            Reporter: Tibor Digana
            Assignee: Tibor Digana
             Fix For: 2.19.2


https://github.com/apache/maven-surefire/blob/master/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/fixture/SurefireLauncher.java

1.  the reuseForks method adds a new system property argument each time it’s called:  -DreuseForks=<setting>
2.  the forkPerThread method calls forkMode( "perthread" ).reuseForks( false )
3.  the forkOncePerThread calls forkPerThread().reuseForks( true ) 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)