I am a new in maven. In ant I could get JAVA_HOME as ${env.JAVA_HOME},> but in maven it doesn't work. How can I get JAVA_HOME variable from environment?
You can do it the exact same way as in Ant, except it has to be inside a goal in a maven.xml file.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
