On Sat, 2003-09-20 at 15:41, Colin Sampaleanu wrote: > I wanted to get the rationale as to why build.properties from > ${user.home} is more dominant than build.properties and > project.properties from the project dir.
To provide a final place where all values can be overridden. The asumption being that not many values would actually ever reside in ~/build.properties. As Maven is project centric it is assumed that all values of importance are specified at the project level. Given N maven projects with their own project.properties how many values in your ~/build.properties conflict with values in any of the project that use Maven to build? > Somewhat of an unfortunate mess... Well, I have exactly two entries in my ~/build.properties, I have never had a problem and I don't recall many other complaints about the dominance of the properties file processing. > Is there any chance I can convince > you guys to reverse the order? Not without some examples of what the problem is. What exactly are you having problems with? > Regards, > Colin > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]