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)

Reply via email to