diff --git a/documentation/jetty/modules/programming-guide/pages/maven-jetty/jetty-maven-plugin.adoc b/documentation/jetty/modules/programming-guide/pages/maven-jetty/jetty-maven-plugin.adoc index 67c9adc95b2b..021be4726697 100644 --- a/documentation/jetty/modules/programming-guide/pages/maven-jetty/jetty-maven-plugin.adoc +++ b/documentation/jetty/modules/programming-guide/pages/maven-jetty/jetty-maven-plugin.adoc @@ -256,6 +256,7 @@ Usually, only `war` projects are suitable, however, you may configure other type The plugin will refuse to start if the <packaging> type in the pom is not in list of `supportedPackagings`. systemProperties:: Optional. +A map of property name, value pairs. Allows you to configure System properties for the execution of the plugin. For more information, see <>. systemPropertiesFile::