Ittay Dror wrote on Tuesday, August 30, 2005 5:28 PM: > Hi, > > How can I have environment variables that will override the values in > the project.properties file?
You have to use system properties: maven -Dprop=value goal or use build.properties files - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
