Hi there,

If I have the following, all's fine... i.e., the resources are filtered and found in the build output.
<resource>
        <targetPath>Resources</targetPath>
        <filtering>true</filtering>
        <directory>../src/main/resources</directory>
</resource>

However the following produces no results...
<resource>
        <targetPath>Resources</targetPath>
        <filtering>true</filtering>
        <directory>${project.parent.basedir}/src/main/resources</directory>
</resource>

What properties are available for referencing the parent?
Thanks.

with regards,
--

Lachlan Deck




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to