Set ENV variables to tomcat7 maven plugin

Is there a way to set ENV variables through tomcat7-maven-plugin so that they appear in System.getenv() ?

System properties can be set using <systemProperties> , which are displayed on the System.getProperties() map. I am looking for a similar way to pass environment variables.

+7
java environment-variables tomcat7-maven-plugin
source share

No one has answered this question yet.

See similar questions:

2
Setting user environment variables for tomcat on Windows

or similar:

2240
How to create an executable dependency JAR using Maven?
1427
How to access environment variables from Python?
1367
The fastest way to determine if an integer square root is an integer
1116
Reading environment variables in Node.js
988
How to delete exported environment variable?
827
Setting environment variables on OS X
178
Java system properties and environment variables
53
Difference between System.getenv () and System.getProperty ()
25
Increase tomcat7 maven plugin memory?
14
Setting a system variable in a maven profile

All Articles