Remember the Maven hierarchy is
<project>/project.properties <project>/build.properties <userhome>/build.properties command-line
With the last one being the value taken. Which is why I put the defaults in <project>/project.properties. The developer can then either put project specific values in <project>/build.properties or Maven global values in <userhome>/build.properties.
And the build script forces the right values because it specifies them on command line.
--
Erik Husby
Senior Software Engineer
Broad Institute of MIT and Harvard Rm. 2192 320 Charles St, Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227, email: [EMAIL PROTECTED] AIM: ErikAtBroad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
