-
Notifications
You must be signed in to change notification settings - Fork 39
Eclipse Git HOWTO
Tilmann edited this page Oct 28, 2013
·
1 revision
(Tested with Eclipse 4.3/Kepler on Linux)
- Install m2e (maven) plug-in for Eclipse from the Eclipse plug-in site
Collaboration -> m2e
- Install the maven-natives plug-in from this update site:
http://mavennatives.googlecode.com/svn/eclipse-update/
- Import the ode4j project
Select Import -> Projects from Git -> URI
Enter in top field:
git:git@github.com:tzaeschke/ode4j.git
Select -> Next > -> master -> Next > -> Next >
Project selection screen : Cancel !!!
Select Import -> Maven -> Existing Maven Projects -> Browse
Select you local git folder, such as:
~/git/ode4j
-> OK
-> Finish