maven-site.git and maven-doxia-site.git use master branch now

Change-Id: Ic5a1be1bc2ad5db600e4d43dd631bb3851da255f
1 file changed
tree: 55caac6cbd0ae76207bac124cd116866ae3af53d
  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.