From f89db4bc7b909272e9134b090ff7dc4d127b19c9 Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Tue, 1 Oct 2024 14:46:55 +1000 Subject: [PATCH] Issue #12230 - clarification in docs for jetty-maven-plugin Signed-off-by: Lachlan Roberts --- .../programming-guide/pages/maven-jetty/jetty-maven-plugin.adoc | 1 + 1 file changed, 1 insertion(+) 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 67c9adc95b2..021be472669 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::