Skip to content
Alex edited this page May 19, 2014 · 1 revision

Setup Eclipse

It is not needed to use Eclipse, but recommended.

  1. Download Eclipse classic: ​http://www.eclipse.org/downloads
  2. Install plugins via the market place
  3. EGit
  4. m2e
  5. Infinitest
  6. EclEmma
  7. Generate or Load SSH Key
  8. 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
  9. Preferences > General > Network Connections > SSH2 > Key Management 1. If a new key shall be generated > Generate RSA Key.. 1. Otherwise: Load Existing Key ...
  10. Publish SSH Public Key to github.com: github.com > Account settings > SSH Keys > Add SSH Key
  11. Setup Maven integration
  12. Preferences > Maven > Discovery > Open Catalog > m2e-egit > install
  13. Preferences > Team > Git > Projects > Auto share projects located in a git repository
  14. Checkout code
  15. Window > Open Perspective > Java
  16. File > Import > Maven > Check out Maven projects from SCM > git: [email protected]:tubav/fiteagle.git > Finish
Clone this wiki locally