added revision='trunk' for svn2git mirrors

Change-Id: If0e0d1796a2e9a496581051c34101f7244b7bc66
1 file changed
tree: 58aa6bf94cae9abcef0d50a758fba80cdc056065
  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.