*--------------------------------------+----------------------------------------+
| command line | Java Mojo |
*--------------------------------------+----------------------------------------+
| the VM exits as soon as the only | By default daemon threads are joined |
| remaining threads are daemon threads | and interrupted once all known non |
| | daemon threads have quitted. The join |
| | timeout is customisable |
| | The user might wish to further cleanup |
| | cleanup by stopping the unresponsive |
| | threads. |
| | The user can disable the full extra |
| | thread management (interrupt/join/[stop])|
*--------------------------------------+----------------------------------------+