In order to import a Maven project into Eclipse, go to the project directory and type the following in Terminal.
mvn eclipse:eclipse
This command creates the following configuration files :
.classpath - Detailed information can be read here about it.
.project - Detailed information can be read here.
mvn eclipse:eclipse
This command creates the following configuration files :
.classpath - Detailed information can be read here about it.
.project - Detailed information can be read here.
No comments:
Post a Comment