commit | 077b9d3c9d9efcd9192082516d358b943ea3edcf | [log] [tgz] |
---|---|---|
author | rfscholte <rfscholte@apache.org> | Fri May 22 22:33:01 2020 +0200 |
committer | rfscholte <rfscholte@apache.org> | Fri May 22 22:33:01 2020 +0200 |
tree | 1580bb710ee774e7bde55ceb15cf02d9b60dd5f5 | |
parent | d6e2e1abcdb47002aef4ac2ac91e86ea29b56923 [diff] |
[5937] Maven-Wrapper for unified project environments
https://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