resolver-ant-tasks has now its own gitbox repo

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