Question

I've been trying to get a straight answer to this if possible. I'm currently using Eclipse Juno / Subclipse / Sonaytype m2eclipse. What can (if at all) I do to checkout a multi-module project from SVN such that the project appears as a single project in Eclipse? I noticed that the option to "Support multiple Maven Modules mapped to a single Eclipse workspace project" is no longer available in the Window->Preferences->Maven options list. Right now when I check-out a project I see the modules as multiple projects. Or is there something post-checkout that I should be doing to unify these under a single project view.

Thanks for input.

Was it helpful?

Solution

I have not come across that option in juno/m2e/subclipse support.

If it is massive multi module I take a checkout externally. Import only the projects to be edited/debugged.

If it is a simple multi-module I subclipse' "Checkout As" option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top