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?
Laird
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
