[
https://issues.apache.org/jira/browse/SUREFIRE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16891719#comment-16891719
]
Mohsen Hariri commented on SUREFIRE-1675:
-----------------------------------------
[~tibordigana] For me changing it to {{exit}} resulted in shutdown hooks being
called, as mentioned in the workaround in the ticket description.
> 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
> Assignee: Tibor Digana
> Priority: Major
> Fix For: 3.0.0-M4
>
> 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)