I have a Maven Java project, imported using m2eclipse
.
The target/
directory is not marked as 'Derived
' by m2eclipse
.
Problems:
- It is validated, so any validation error appear twice. My example shows a
JSP Problem
, when I insert intentionally an error in a jsp. - When I want to open a resource with Ctrl-Shift-R, all files appear twice, and I run the risk of editing the copy instead of the original file.
Possibly see post eclipse-ignore-folder
Note: When I set manually the directory to derived, the validation problem doesn't disappear, so that would only be part of the solution...
Question:
Is there something I need to do, so that m2eclipse sets the target/
directory to 'Derived' ?