added studies repo for studies/experiments = git-native sandbox = each experiment in its own Git orphan branch to work together before deciding what the the result of the  study will

Change-Id: I17db80412c64aad904d1e20d473a8f425a6b8aff
1 file changed
tree: 4a65b95b803987e990560121f5bd6066ef3157cb
  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.