Is it possible to use environment variables in either the properties files or maven.xml? The following:
<ant:echo>${env.JAVA_HOME}</ant:echo>
returns nothing.
Is it possible to use environment variables in either the properties files or maven.xml? The following:
<ant:echo>${env.JAVA_HOME}</ant:echo>
returns nothing.