Re: built in project properties

2005-11-08 Thread Anuerin Diaz
On 11/9/05, Brett Porter <[EMAIL PROTECTED]> wrote: > The only properties available are ${basedir} and ${project.*} where * > mirrors the POM layout, eg ${project.build.directory} is 'target'. > > - Brett > thanks brett but that did not work. it was one of the things that I tried "echoing" in an a

Re: built in project properties

2005-11-08 Thread Brett Porter
The only properties available are ${basedir} and ${project.*} where * mirrors the POM layout, eg ${project.build.directory} is 'target'. - Brett On 11/8/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote: > you could use ${project.basedir} or ${basedir} to get a reference to the > path containing the pom

Re: built in project properties

2005-11-08 Thread Anuerin Diaz
you could use ${project.basedir} or ${basedir} to get a reference to the path containing the pom.xml. note that in multi-module applications these will resolve to the directory of the module being built. i too am looking for a list of the project properties. my previous question[1] is still unansw

built in project properties

2005-11-08 Thread David Sag
Where can I find a doc on the built in maven 2 pom properties such as ${project.build.directory} specifically I need one that is the project's base directory.  ${project.directory} is not it apparently. Kind regards, Dave Sag