Skip to main content

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

Have you tried running a clean eclipse build?

2011/7/11 Daniel Serodio (lists) <daniel.listas@xxxxxxxxxx>
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
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top