| commit | f143b49a3ce396d3a346a0bc8d0db93eac846fba | [log] [tgz] |
|---|---|---|
| author | Slawomir Jaranowski <s.jaranowski@gmail.com> | Mon Sep 25 18:22:05 2023 +0200 |
| committer | Michael Osipov <michaelo@apache.org> | Sun Oct 08 20:45:13 2023 +0200 |
| tree | 5f9d0941ee139bb02fee8e7fed1c346e7c8db020 | |
| parent | 89c0f3e08fe43b5b8c919423b1d7797e081d91cf [diff] |
[MNG-7895] Support ${project.basedir} in file profile activation - fix ITs
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=...
Using the script
Build Maven core with the profile -PversionlessMavenDist
Now Run the script: sh ./run-its.sh
Maven Developers List: dev@maven.apache.org