-
Notifications
You must be signed in to change notification settings - Fork 1
Eclipse Setup
Gal Afik edited this page Jun 4, 2015
·
3 revisions
- In Windows Command Line
mkdir C:\dev\code
cd C:\dev\code
- In Git Bash
cd /c/dev/code
git clone [email protected]:ryankane/ExampleMavenProject.git
cd ExampleMavenProject
git checkout -b test
- In Windows Command Line
mvn eclipse:eclipse
- In Eclipse
-
Open workspace
C:\dev\code
- Import new Maven project
-
Navigate to
C:\dev\code
- Select ExampleMavenProject
- In Windows Command Line
mvn install
java -jar target\ExampleMavenProject-0.0.1-SNAPSHOT-jar-with-dependencies.jar