Is there a way to set ENV variables through tomcat7-maven-plugin
such that they appear in System.getenv()
?
The system properties can be set using the <systemProperties>
that appear in System.getProperties()
map. I am looking for a similar way to pass environment variables.