added Plexus repos

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