Tutorial: Creating a Module Using Eclipse and Maven - ColoradoSchoolOfMines/interface_sdk GitHub Wiki

To move a Maven project into Eclipse, follow these instructions:

  1. If the project hasn't been made, create a Maven project using these instructions.
  2. If Eclipse does not have the Maven addon installed, install it using these instructions.
  3. In Eclipse, go to File > Import > Maven > Existing Maven Projects, and then click Next.
  4. Browse for the project in your filesystem, wait for Eclipse to find the pom.xml file, and click Finish.

You should now have the project in Eclipse with Maven.

Additional Notes

If you ever run into the situation where eclipse is out of sync with maven (i.e. a maven clean compile works from the projects root directory but using eclipse to build does not) then you should follow this link to refresh the maven nature in eclipse.