To import a Maven 1 project in Eclipse first you need to have the Eclipse plugin for Maven 1 installed and Eclipse configured to know about the location of the Maven 1 repository.
Install the latest Eclipse plugin for Maven 1 :
maven plugin:download -DartifactId=maven-eclipse-plugin -DgroupId=maven -Dversion=1.12
The .jar dependencies from a Maven 1 project's project.xml are stored in your
local Maven repository. The location of this repository needs be configured in Eclipse to let
Eclipse know where these .jar files are:
Window > Preferences... > Java > Build Path > Classpath VariablesNew...Folder... button
to select the location of your local Maven repository. By default, it is located at:
c:\Documents and Settings\<Your Name>\.maven\repository~/.maven/repositorymaven eclipse
File > Import...Existing projects into Workspace and press nextSelect root directory and press Browse..Finish