Closes gh-13148
This commit is contained in:
Johnny Lim
2018-05-12 01:00:40 +09:00
committed by Stephane Nicoll
parent b17c58b114
commit fb2ab67f4f
4 changed files with 28 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ Dmytro Nosan
If the value is empty or not defined (i.e. <<<<MY_ENV/>>>>), the env variable is set
with an empty String as the value. Maven trims values specified in the pom so it is
not possible to specify a env variable who needs to start or end with a space.
not possible to specify an env variable which needs to start or end with a space.
Any String typed Maven variable can be passed as system properties. Any attempt to pass
any other Maven variable type (e.g. a <<<List>>> or a <<<URL>>> variable) will cause the

View File

@@ -27,7 +27,7 @@
<systemPropertyVariables>
<property1>test</property1>
<property2>${my.value}</property2>
</profiles>
</systemPropertyVariables>
</configuration>
...
</plugin>
@@ -41,7 +41,7 @@
If the value is empty or not defined (i.e. <<<<my-property/>>>>), the system property
is set with an empty String as the value. Maven trims values specified in the pom so it
is not possible to specify a System property who needs to start or end with a space via
is not possible to specify a System property which needs to start or end with a space via
this mechanism: consider using <<<jvmArguments>>> instead.
Any String typed Maven variable can be passed as system properties. Any attempt to pass