[ https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883843#comment-16883843 ]
Tibor Digana commented on SUREFIRE-1675: ---------------------------------------- [~mohsenhariri] Try to use the latest version 3.0.0-M3 and let me know how it works. Thx > Forked JVM terminates with 'halt' when another module's tests fail > ------------------------------------------------------------------ > > Key: SUREFIRE-1675 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1675 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin > Affects Versions: 2.22.2, 3.0.0-M2 > Reporter: Mohsen Hariri > Priority: Major > Attachments: badshutdown.zip > > > *Steps to reproduce:* > Run the attached project with the following command: > {noformat} > mvn test -T2{noformat} > *Expected outcome:* > The 'long' modules's test's shutdown hook should be called > > *Actual outcome:* > The 'long' modules test's shutdown hook is never called > > *Workaround:* > Use {{shutdown=exit}} configuration as below: > {noformat} > <plugin> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <shutdown>exit</shutdown> > </configuration> > </plugin> > {noformat} -- This message was sent by Atlassian JIRA (v7.6.14#76016)