Re: load a property file before the pom's parsing

2005-06-16 Thread fabrice jean
put it in project.properties in the root of your > project tree. > Make sure all other projects inherite the root. > > -D > > On 6/16/05, fabrice jean <[EMAIL PROTECTED]> wrote: > > Hi, > > > > We have many maven projects and we'd like to store > all >

load a property file before the pom's parsing

2005-06-16 Thread fabrice jean
Hi, We have many maven projects and we'd like to store all the pom's versions in an external property file so in a pom, it would be : ... ${aProj.version} ... aProj.version is a property defined in this common external property file If i load this property file in maven.xml, it's too late (pom