added 6 test repositories

Change-Id: I775889c9542e9537ae0842c138f446777868ddab
1 file changed
tree: 0161051465e5b859d49b763680100132072fa4f6
  1. default.xml
  2. README.md
README.md

Apache Maven Aggregator

Manifest to fetch every Apache Maven git repositories using Google repo.

Bootstrapping Basics

mkdir maven
cd maven
repo init -u https://github.com/hboutemy/maven-aggregator.git
repo sync
repo start master --all

Then simply use the cloned content with normal git commands.