setting environment variable in pom.xml

2007-08-16 Thread Mohan K
Greetings, Is there any way to set a Shell environment variable in pom.xml? I understand that it is possible to "get" a shell enviroment variable by using ${env.XXX}. Thanks Cheers Mohan -- View this message in context: http://www.nabble.com/setting-environment-variable-in-pom.xml-tf4283638s177.

Re: setting environment variable in pom.xml

2007-08-16 Thread Wendy Smoak
On 8/16/07, Mohan K <[EMAIL PROTECTED]> wrote: > Is there any way to set a Shell environment variable in pom.xml? I > understand that it is possible to "get" a shell enviroment variable by using > ${env.XXX}. Thanks What problem are you trying to solve? You can set arbitrary properties in the po

Re: setting environment variable in pom.xml

2007-08-16 Thread Mohan K
Wendy, Thanks for the reply. I am using a plugin that requires certain Shell enviroment variables to be set (e.g using the maven-exec-plugin), but the plugin has no configuration option to set the Shell environment variable. I understand that it is a bad practice to set a "local" build enviroment

<    1   2