Created
May 5, 2013 15:21
-
-
Save niteria/5521096 to your computer and use it in GitHub Desktop.
import maven project in eclipse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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