Skip to content

Setting up grisu web in Eclipse with maven plugin

DannyDevelop edited this page Feb 11, 2011 · 4 revisions

Prerequisites

  • Eclipse
  • M2maven plug-in
  • EGit plug-in

Steps

File -> Import

Type git in "select an import source" text field

Select Projects from Git

Select Next

Click Clone

Enter URI select protocol (in this tutorial http)

fill in the user field = git

Select the branches you wish to select (in this tutorial developer and master)

Click next

Change the initial branch to the one in which you require (in this tutorial developer)

Click Finish

Next is to enter the password. If you haven't already set one up you will be required to do so at this step.

Click next

After complete click cancel

File -> import

Select Existing Maven Projects

Click browse and select your local repository

Select the pom

Click finish maven project will be installed

Any Problems Just Flick me an email

Clone this wiki locally