added README

Change-Id: Ib6943d553b5f889bb78a283cc3cdfeac6a863552
2 files changed
tree: 7b4d149037114df4ffed86ca03328ffac787c4c8
  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.