I'm using Eclipse Kepler, and I'd like to create a second Maven workspace based off of an existing Maven workspace, without having to go through the rigamarole of setting up and checking out everything from scratch. Unfortunately, I can't figure out how to do it.
Simply copying the workspace folder to a new name is no good. The parent Maven projects all point to the new folder, but the sub-projects within the parent projects point back to the old workspace.
I tried exporting the workspace settings, creating a new workspace, importing the settings, and then importing the new projects. Importing them as "Existing Maven Projects" didn't copy the files into the new workspace, which is the behavior I want. Importing them as "Existing Projects into Workspace" resulted in the problems described here.
What's the right way to do this? Am I stuck with just re-checking everything out of source control?