Thank you, that is much cleaner
Stephen Connolly wrote:
Noooooooooo!
try
<testResources>
<testResource>
<directory>src/test/resources/META-INF</directory>
<filtering>true</filtering>
</testResource>
...
</testResources>
On Tue, Sep 16, 2008 at 4:58 PM, Ryan de Laplante <[EMAIL PROTECTED]> wrote:
I found the solution:
<resource>
<directory>src/test/resources/META-INF</directory>
<filtering>true</filtering>
<targetPath>../test-classes/META-INF</targetPath>
</resource>
Thanks,
Ryan
Ryan de Laplante wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]