added Apache License

Change-Id: I10ae5f08d957fb0f797ae78583a152b8457d077c
1 file changed
tree: be041d223b44853a2cf1417355455607576a4d80
  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.