Skip to content
Gal Afik edited this page Jun 4, 2015 · 3 revisions
  1. In Windows Command Line
  • mkdir C:\dev\code
  • cd C:\dev\code
  1. In Git Bash
  • cd /c/dev/code
  • git clone [email protected]:ryankane/ExampleMavenProject.git
  • cd ExampleMavenProject
  • git checkout -b test
  1. In Windows Command Line
  • mvn eclipse:eclipse
  1. In Eclipse
  • Open workspace C:\dev\code
  • Import new Maven project
  • Navigate to C:\dev\code
  • Select ExampleMavenProject
  1. In Windows Command Line
  • mvn install
  • java -jar target\ExampleMavenProject-0.0.1-SNAPSHOT-jar-with-dependencies.jar
Clone this wiki locally