You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/09 09:17:11 UTC

maven-integration-testing git commit: [MNG-6151] Reset to integration test state as of 3.3.9 release of core [Forced Update!]

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 788c69563 -> f31241ad6 (forced update)


[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/master
Commit: f31241ad6cb6474e559289f1bd7110ea5d5a4fba
Parents: 94bd771
Author: Stephen Connolly <st...@gmail.com>
Authored: Wed Jan 4 09:20:35 2017 +0000
Committer: Stephen Connolly <st...@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: dev@maven.apache.org