added full aggragated build instructions
1 file changed
tree: 13cf73557f252647e8e3ace6065d1a7a79511661
  1. core/
  2. doxia/
  3. misc/
  4. plexus/
  5. plugins/
  6. shared/
  7. sisu/
  8. studies/
  9. svn/
  10. .asf.yaml
  11. .gitignore
  12. default.xml
  13. pom.xml
  14. README.md
README.md

Apache Maven Sources

Manifest to fetch every Apache Maven git repositories using Google repo.

In addition, an aggregator structure is provided to build everything as one aggregated build.

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.

Building Everything

Once content is cloned with previous instructions, you can build each repository as a separate project.

You can also build absolutely everything in one aggregated run (WARNING: more than 400 modules...):

cd sources
mvn --fail-at-end -Prun-its verify
mvn --fail-at-end -Preporting site

Sources Overview

See Maven Sources Overview description.