Eclipse multiple projects to view as one in project explorer

Bee picture Bee · Mar 17, 2012 · Viewed 9.3k times · Source

I have downloaded a FOSS source code and built using maven. And then created the eclipse project using mvn eclipse:eclipse. This source has number of modules and now I have multiple eclipse projects when I import them into eclipse. The issue is Project Explorer which already had my other projects, has become a mess due to these new multiple projects. What I want is to create something like a parent folder in Project Explorer and put these new projects into it.

I have tried creating a working set for this. I could group new projects with it but then I can't see my early projects there. (I only see the working set.) Is there any other way to do this? I want to see my new working set + other projects at once.

Thank you

Answer

crafter picture crafter · Jun 2, 2014

I know this is an old post, put I figured out that Eclipse does, in fact allow you to "categorise" your projects. The basic steps are :-

  • Create a working set
  • Select the projects you want to be included in your working set
  • Repeat the last 2 steps for all your projects.
  • In the explorer view, click the down-arrow icon on the explorer title bar.
  • Navigate to 'Top Level Elements' in the dropdown menu that appears
  • Select 'Working Set'

EDIT: I found a handy tutorial that show you how to do it. http://eclipse.dzone.com/articles/categorise-projects-package