added svn2git mirrors (and missing mirrors in comments)

Change-Id: Iea01ca6ca82f02c3060f0b98d56fde70da558a9b
1 file changed
tree: 4929606a82010a94e2312b5a75d99f1eaa433ff9
  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.