Skip to content

Commit

Permalink
Merge pull request #142 from elharo/patch-1
Browse files Browse the repository at this point in the history
Correct spelling and remove redundant "small"
  • Loading branch information
olamy committed Apr 12, 2020
2 parents 1bb7838 + 80fcf8e commit c7c3fe3
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 c7c3fe3

Please sign in to comment.