Skip to content

Instantly share code, notes, and snippets.

@niteria
Created May 5, 2013 15:21
Show Gist options
  • Save niteria/5521096 to your computer and use it in GitHub Desktop.
Save niteria/5521096 to your computer and use it in GitHub Desktop.
import maven project in eclipse
mvn eclipse:eclipse # creates .project etc.
mvn -Declipse.workspace="your Eclipse Workspace" eclipse:configure-workspace # sets M2_REPO
# http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/
# http://stackoverflow.com/questions/2061094/importing-maven-project-into-eclipse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment