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.
java environment-variables tomcat7-maven-plugin
Vikdor
source share