Re: [mevenide-user] Maven Process not killed when stopping debugger
"Milos Kleint" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
On 10/18/07, Mohni, Daniel <[email protected]> wrote: > When I run test using surefire and decide to abord the test > using the stop button, the surefire thread keeps running > > Is there a way to kill the surefire thread at the same time than > the maven thread ? hmm.. I would suppose the surefire plugin should be taking care of that. But it's possible it's only working for command-line usage and not taking the embedded maven builds into account. > > I don't know whats the impact on changing the forkMode of the > surefire plugin... (default is once) > I think fork mode is not relevant here. The surefire plugin shall kill it's tests threads/VMs when the main plugin thread dies. From your description it seems that it's not doing it. Best fixed in the surefire plugin I believe. Milos > whats the best option ? > maybe a forkMode option in the configuration panel... > > Regards > > Daniel > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email