Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Test resources filtering

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


Back to the top