[MARCHETYPES-60] Archetypes Bundles switched to Git

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