commit | f3e1e4016c3ca363fffe9e89ce88fc8345ff7ec3 | [log] [tgz] |
---|---|---|
author | Maarten Mulders <maartenm@infosupport.com> | Tue Apr 07 21:29:38 2020 +0200 |
committer | rfscholte <rfscholte@apache.org> | Fri Apr 10 13:40:28 2020 +0200 |
tree | 815ab6a525a0e1ea56f536dc98168fb86701b19b | |
parent | 605ba4af750f1fc64166f8087becc29943c6df2f [diff] |
Share a bit more context why we're doing the ugly Thread.sleep
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