Reputation: 1315
I installed m2e and checked-out a multi module project using "Checkout projects using SCM". I can see all modules open as separate projects and it is working fine. When I try to check-out a different branch of the project using same method (I provide a different name in the "Name template" textbox), it checks-out successfully but all other modules are as just folder.
I tried many different ways but it didn't work.
I can see following error in Maven console: "Project <> already exists", even though there is no project with this name in workspace.
When I create a new workspace then I am able to checkout that branch successfully and everything works fine.
Currently I create a different workspace for a different maven project. Previously I worked with multiple maven projects in a single workspace but it's no longer working. Does anyone else face this same issue?
Upvotes: 1
Views: 721
Reputation: 1200
You should change "Name template" on last page with selection of projects and after that modules will be available to select for import as projects.
Upvotes: 1