shared and plugins moved to git

Change-Id: Ie5a6c1bf68516797eaa2d5f0d3b2e183d6f0149e
1 file changed
tree: 3cfc08fa0ed65fdfac31a86d2f01c33adf005032
  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.