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
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
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
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