[ARCHETYPE-542] Archetype switched from Git-WIP to GitBox

Change-Id: I4ff6b140741fe2183992ad70b5407501f632eecf
1 file changed
tree: 0babce331d353f7150d0cab851554f87b6a616c7
  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.