Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread David Le Strat
Thanks John. Great email. I guess the models are just different. One of the nice things about the old build.properties approach is that it offered a way to share properties between an Ant build and a maven build. Let say I have a set of components built using Maven and a larger project (consum

Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should never need to do that in maven2. Instead, you have an option of defining a hierarchy of poms, and within that hierarchy defining a set of managed dependencies. This is an important concept, since it allows you to declare properties (notably

Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread David Le Strat
All, Does any one know the equivalent of build.properties in M2? How can I do something like pom.xml: ... ${my.dep.version} ... Regards, David Le Strat. David Le Strat Blogging @ http://dlsthoughts.blogspot.com _