Hey guys, After reading the documentation I know that the order of properties file processing is project.properties, build.properties, build.properties(user.home). I also read that the -Dname=value properties set at the CLI take precedence over all of these but...
Say I wanted maven to use a file called build-qa.properties instead of build.properties, is there a way to do this in maven? I noticed that you can specify your project.xml file at the command line with the -p option but I didn't see anything related to the properties file so I am assuming that what I want to do can't be done. Anybody know for sure? Thanks in advance, -Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
