updated GitHub repository description
1 file changed
tree: 77e988320e49a7a1a39191e4d86896d745b09c70
  1. .asf.yaml
  2. default.xml
  3. 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.

Sources Overview

See Maven Sources Overview description.