I did search the archives for this, but the arhive search doesn't seem to
handle dots all that well anyway ..
<build>
<resources>
<resource>
<directory>${basedir}/target/xdoclet/hibernatedoclet</directory>
<include>**/*.hbm.xml</include>
</resource>
</resources>
[snip]
works just fine but ...
<build>
<resources>
<resource>
<directory>${maven.build.dir}/xdoclet/hibernatedoclet</directory>
<include>**/*.hbm.xml</include>
</resource>
</resources>
[snip]
does not ....
Is that to be expected?
I am not trying to override the value of ${maven.build.dir} and an
<echo message="maven build dir : ${maven.build.dir}"/>
in a pregoal shows the expected result
[echo] maven build dir : C:\proj\external\opensymphony\osuser/target
Thanks,
Matthew
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]