Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Multi-module projects and derived resources

Try enabling "Hide folders of physically nested modules" in the preferences (afaik it only works when the project is imported using the m2e wizards).

On 3 January 2012 15:33, Daniel Serodio (lists) <daniel.lists@xxxxxxxxxxxxx> wrote:
When working with multi-module projects, using the standard (nested) layout, the parent project includes the modules' folders, but the derived folders are not correctly marked.

Example:

parent-project/
parent-project/module-a/
parent-project/module-a/src/...
parent-project/module-a/target/

Inside the "module-a" project, the "target" folder is correctly marked as derived, but in "parent-project", the "module-a/target/" is not. This means that files in this folder are included in the search results, duplicating lots of results.

In fact, I think the whole "module-a" folder should be marked as derived inside "parent-project".

I don't know if this is a limitation of Eclipse or a feature missing from m2e. Please advise me so I can file the enhancement request in the correct place.

Eclipse Indigo SR1, m2e 1.0.100

Thanks in advance,
Daniel Serodio
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top