From de9ac99fb278e7cee1e7036de5574ef3f124f34c Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Thu, 24 Aug 2017 17:00:19 +1000 Subject: [PATCH] Document 'env' config param for jetty-maven-plugin. --- .../main/asciidoc/development/maven/jetty-maven-plugin.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc b/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc index a54362e6492..b5c9303359e 100644 --- a/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc +++ b/jetty-documentation/src/main/asciidoc/development/maven/jetty-maven-plugin.adoc @@ -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.