Repository: maven-integration-testing Updated Branches: refs/heads/post-reset-master [created] f31241ad6
[MNG-6151] Reset to integration test state as of 3.3.9 release of core Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/f31241ad Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/f31241ad Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/f31241ad Branch: refs/heads/post-reset-master Commit: f31241ad6cb6474e559289f1bd7110ea5d5a4fba Parents: 94bd771 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Wed Jan 4 09:20:35 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Wed Jan 4 09:20:35 2017 +0000 ---------------------------------------------------------------------- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/f31241ad/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 47233cb..5533363 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,16 @@ Maven Core Integration Tests <http://maven.apache.org/core-its/> +If you want to run the integration tests against a custom build of Maven use the following command: + +``` +mvn clean install -Prun-its -Dmaven.repo.local=`pwd`/repo -DmavenDistro=/path/to/apache-maven-dist.zip +``` + +or if behind a proxy + +``` +mvn clean install -Prun-its -Dmaven.repo.local=`pwd`/repo -DmavenDistro=/path/to/apache-maven-dist.zip -Dproxy.active=true -Dproxy.type=http -Dproxy.host=... -Dproxy.port=... -Dproxy.user=... -Dproxy.pass=... +``` + Maven Developers List: d...@maven.apache.org