[WAGON-504] wagon switched from Git-WIP to GitBox

Change-Id: I1398c18a69ca2d923a4c563549810160e6c18768
1 file changed
tree: b9953195f10c1cf9133e38e00c595583e7f740e1
  1. default.xml
  2. README.md
README.md

Apache Maven Sources

Manifest to fetch every Apache Maven git repositories using Google repo.

Bootstrapping Basics

mkdir maven
cd maven
repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git
repo sync
repo start master --all

Then simply use the cloned content with normal git commands.