[SCM-876] scm switched from Git-WIP to GitBox

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