Skip to content

Commit

Permalink
Correct spelling and remove redundant "small"
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Oct 28, 2019
1 parent 7c8c61f commit 80fcf8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ mvn exec:exec -Dexec.executable="maven" [-Dexec.workingdir="/tmp"] -Dexec.args="

** Differences compared to plain command line

The goal goes to great length to try to mimic the way the VM works, but there are some small subttle differences.
The goal goes to great length to try to mimic the way the VM works, but there are some subtle differences.
Today all differences come from the way the goal deals with <<thread management>>.

*--------------------------------------+------------------------------------------+
| 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 |
| | daemon threads have quit. The join |
| | timeout is customisable |
| | The user might wish to further cleanup |
| | The user might wish to further |
| | cleanup by stopping the unresponsive |
| | threads. |
| | The user can disable the full extra |
Expand Down

0 comments on commit 80fcf8e

Please sign in to comment.