I have a "runtime.env" variable in my project.properties that has the specific environment I want to use. Then in my maven.xml I use this variable in 'if' statements (note: I'm using Maven 1.0.2 so this is Jelly). For some reason this works fine in Eclipse, but when I run from CruiseControl this variable is not picked up and so my filtered @@ variables are not being changed.
Does anyone know how I can remedy this? Thanks, Lou -- View this message in context: http://www.nabble.com/project.properties-property-not-being-picked-up-tf3417665s177.html#a9525238 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
