commit | 207ee9cb78f556a84e01adb93e1cf165d1fec5d1 | [log] [tgz] |
---|---|---|
author | Hervé Boutemy <hboutemy@apache.org> | Thu Feb 08 22:35:05 2018 +0100 |
committer | Hervé Boutemy <hboutemy@apache.org> | Thu Feb 08 22:35:05 2018 +0100 |
tree | dcfbbb54e18fa754b4f7231670618571fb71bd4a | |
parent | 1797b9ec156cffbb1bd17e731afea5850bbde1a6 [diff] |
[MNG-5753] support IT re-run without cleaning
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