Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Bring up the Preferences dialog (Top menu: Window ⇒ Preferences...)
  2. Navigate to the classpath variable preference page (Java ⇒ Build Path ⇒ Classpath Variables) and click the New... button
  3. Add a variable with the name M2_REPO and the path pointing to your local Maven repository location
    !configure-m2_repo-01.png!thumbnail! !configure-m2_repo-02.png!thumbnail! Image Added Image Added

Import the project(s) in Eclipse

...

  1. Select General ⇒ Existing projects into Workspace as the import source
  2. Select your project's root directory for the wizard to show all Eclipse projects at that location. Be sure NOT to select the 'Copy projects into workspace' checkbox and hit the Finish button.
    Image Added Image Added !import-project-03.png|thumbnail

... and start using Eclipse to edit your Maven project files

...