You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
If the value is empty or not defined (i.e. <<<<my-property/>>>>), the system property
43
43
is set with an empty String as the value. Maven trims values specified in the pom so it
44
44
is not possible to specify a System property who needs to start or end with a space via
45
-
this mechanism: consider using <<<jvmArguments>> instead.
45
+
this mechanism: consider using <<<jvmArguments>>> instead.
46
46
47
47
Any String typed Maven variable can be passed as system properties. Any attempt to pass
48
48
any other Maven variable type (e.g. a <<<List>>> or a <<<URL>>> variable) will cause the
0 commit comments