added codehaus-plexus.github.io.git

Change-Id: I1f2cd943b2ab25c69f79ab7fc08b7411b5d0be85
1 file changed
tree: 7831be3f3e6bdc44b22373aac5aca3abbe97e7f9
  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.