Integrating the HPE GitHub and Maven Repositories
This topic provides instructions for cloning the GitHub and Maven repositories for a HPE Data Fabric open source project into your Eclipse IDE.
Integrating Git
Procedure
- 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 HPE 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.
