added jenkins env & lib

Change-Id: Ic21778e6826accd2f565f9628b57d1ddc4319f4a
1 file changed
tree: 30bf714e4003c17bb79905ae9d564a809d5a5fb2
  1. default.xml
  2. README.md
README.md

Apache Maven Aggregator

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

Bootstrapping Basics

mkdir maven
cd maven
repo init -u https://github.com/hboutemy/maven-aggregator.git
repo sync
repo start master --all

Then simply use the cloned content with normal git commands.