On Aug 26, 2005, at 4:26 PM, Brett Porter wrote:

- externalise all your versions to a properties file
- create an m2 POM and use that from the Ant tasks instead. The QA
team can use a copy of the POM with different dependencies and you can
switch the two from a command line switch by externalising the POM
filename to a property.

The latter would be preferred.

Yeah, that's not too far from what the QA guy came up with, where there was a build.properties file that named all of the specific versions.

I like having the dependencies listed in one place: build.xml.

But more than that, I think they want to be able to say, "for all projects, or for this specific set of projects, substitute this for that." This would be different from modifying each individual project in a set.




--
Rick



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to