| commit | b7f0bca65ce458d70daa16d00f249cb49ba688c6 | [log] [tgz] |
|---|---|---|
| author | Michael Osipov <michaelo@apache.org> | Sat Jun 16 01:37:21 2018 +0200 |
| committer | Michael Osipov <michaelo@apache.org> | Sat Jun 16 01:37:21 2018 +0200 |
| tree | 0c123a1bf9a698b1d00f7b6f9cb7ecf70f1bb8b0 | |
| parent | 4e9454d7121132537b016eee0392b80bf2a9ebb2 [diff] |
[MNG-6428] IT for MNG-5958 fails on Java 9+
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