Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] resources missing from classpath when debugging

Benson Margulies wrote:

The reason for the problem is that Something has added an 'exclude' of
'**' to the build path entry for src/main/resources.

That sounds OK as resource processing is done by the Maven Resource Plugin and not JDT. So it's worth to check what version of the Resources Plugin you use. IIRC, versions 2.3 (no incremental build support) and 2.4.3 (proper incremental building) should work.


Benjamin


Back to the top