Document 'env' config param for jetty-maven-plugin.

This commit is contained in:
Jan Bartel 2017-08-24 17:00:19 +10:00
parent 9f28d26cff
commit de9ac99fb2
1 changed files with 3 additions and 0 deletions

View File

@ -596,6 +596,9 @@ The available configuration parameters - in addition to those for the `jetty:run
jvmArgs::
Optional.
A string representing arbitrary arguments to pass to the forked JVM.
env::
Optional.
Map of key/value pairs to pass as environment to the forked JVM.
waitForChild::
Default is `true`.
This causes the parent process to wait for the forked process to exit.