I have filtering enabled for the test resources in my POM, but when I run test from Eclipse (Run As / JUnit test) the tests fail because the resources are not filtered.

<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>
        ...
</build>

How can I enable filtering of test resources within m2e?

Regards,
Daniel Serodio
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to