-
Notifications
You must be signed in to change notification settings - Fork 2
setup
Alex edited this page May 19, 2014
·
1 revision
It is not needed to use Eclipse, but recommended.
- Download Eclipse classic: http://www.eclipse.org/downloads
- Install plugins via the market place
- EGit
- m2e
- Infinitest
- EclEmma
- Generate or Load SSH Key
- Preferences > General > Network Connections > SSH2 > General 1. Point SSH2 home to your local ssh directory 1. If a private key exists, which shall be used enter its name in Private key field
- Preferences > General > Network Connections > SSH2 > Key Management 1. If a new key shall be generated > Generate RSA Key.. 1. Otherwise: Load Existing Key ...
- Publish SSH Public Key to github.com: github.com > Account settings > SSH Keys > Add SSH Key
- Setup Maven integration
- Preferences > Maven > Discovery > Open Catalog > m2e-egit > install
- Preferences > Team > Git > Projects > Auto share projects located in a git repository
- Checkout code
- Window > Open Perspective > Java
- File > Import > Maven > Check out Maven projects from SCM > git: git@github.com:tubav/fiteagle.git > Finish