File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ mvn exec:exec -Dexec.executable="maven" [-Dexec.workingdir="/tmp"] -Dexec.args="
8585
8686** Differences compared to plain command line
8787
88-  The goal goes to great length to try to mimic the way the VM works, but there are some small subttle  differences.
88+  The goal goes to great length to try to mimic the way the VM works, but there are some subtle  differences.
8989 Today all differences come from the way the goal deals with <<thread management>>.
9090
9191*--------------------------------------+------------------------------------------+
9292| command line | Java Mojo |
9393*--------------------------------------+------------------------------------------+
9494| The VM exits as soon as the only | By default daemon threads are joined |
9595| remaining threads are daemon threads | and interrupted once all known non |
96- | | daemon threads have quitted . The join |
96+ | | daemon threads have quit . The join |
9797| | timeout is customisable |
98- | | The user might wish to further cleanup   |
98+ | | The user might wish to further |
9999| | cleanup by stopping the unresponsive |
100100| | threads. |
101101| | The user can disable the full extra |
                                 You can’t perform that action at this time. 
               
                  
0 commit comments