On Monday 22 Sep 2003 18:51, Laird Nelson wrote:
> Laird Nelson wrote:
> > So I tried to absolutize this path, like this:
> >
> > <directory>${maven.src.dir}/src/java/foo/bar</directory>
> > ...which didn't work, and then like this:
> >
> > <directory>${pom.sourceDirectory}/foo/bar</directory>
> > ...which didn't work either. Ideas?
>
> I can get it to work with
> <directory>${basedir}/src/java/foo/bar</directory>. Is that the
> recommended way?
Not sure if there is a "recommended" way, but thats what I've used. Its got to
be down to when the various variables are initialised, and AFAIK basedir is
available *always*.
--
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]