You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tom Bostelmann <tb...@qpass.com> on 2004/12/30 12:34:06 UTC

environment variables...

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.