Hi, I was wondering, where and how would I set environment variables within Maven? For example, I'm trying to convert the following task attribute within my 'maven.xml':
something like that should do it :
<ant:property environment="env"/>
<ant:property name="javacc.home" location="${env.JAVACC_HOME}"/>-- gd
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
