How to copy projects into workspace of eclipse after importing the project?

eclipse, java, maven

Solution

delete project (JUST FROM WORKSPACE, it will prompt you on delete with check box) and re import it

Problem

I imported a project into eclipse but incidentally I forgot to check-mark the checkbox "copy projects into workspace" option. Now after wards(importing has been done) Is there any way through which I can copy the project into the workspace. Also, while importing a maven project into eclipse which option should I select in order to copy the project into the workspace?

Original source