Open the Git Repository perspective by selecting Window>Open
Perspective>Other... then choosing Git Repository
Exploring.
From the Git Repository perspective, click the
button to display the Clone Git Repository dialog.
From a web browser, navigate to the MapR repository, then select the project you want to
clone.
Copy the git URI from the project page to your clipboard by clicking the button.
In the Clone Git Repository dialog, paste the git URI into the URI:
field, then click Next. Eclipse will connect to github and download the repository
metadata, then display a list of branches.
Select the branches you wish to clone, then click Next.
Configure the destination directory, then click Finish. Eclipse downloads the
project from github and adds it to your view.
Integrating Maven
Start a new Maven project, or convert your current project into a Maven project if
necessary.
Select Window>Show View>Package Explorer to show your
current Maven project.
Add the following lines to your project's pom.xml file: