commit | c486e7ca17744cc7cfc41566c72ff5b58d03ae02 | [log] [tgz] |
---|---|---|
author | rfscholte <rfscholte@apache.org> | Sun Nov 29 14:19:24 2020 +0100 |
committer | rfscholte <rfscholte@apache.org> | Sun Nov 29 14:19:24 2020 +0100 |
tree | 3e8c8934ed6cb856a083aca38cc0d54b96f1fb4a | |
parent | 879635f067db4684c3b93be0f6a08986e8071e07 [diff] |
[MNG-7024] Rootreactor mismatch causes use of directory instead of file in an artifact
https://maven.apache.org/core-its/
If you want to run the integration tests against a custom build of Maven use the following command:
export MAVENCODEBASE=<path-to-maven-codebase>
You can choose to build the maven project from here with:
mvn verify -P local-it -f "$MAVENCODEBASE"
Now run (don't forget to update the versions!)
mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-<VERSION>-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
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