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 07:05:41 UTC

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

     [ https://issues.apache.org/jira/browse/SUREFIRE-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana closed SUREFIRE-1332.
----------------------------------
    Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=2360dacc974c112a3ca14d7a27535c6241275357

> 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)