Apache Maven core ITs

Clone this repo:
  1. aaf6d01 [MNG-7758] Report dependency problems for all repository - extends ITs (#348) by Slawomir Jaranowski · 6 weeks ago master
  2. f0269bc [MNG-7758] Report dependency problems for all repository - fix IT by Slawomir Jaranowski · 7 weeks ago
  3. 992ce6c Add .mvn directory in project root by Slawomir Jaranowski · 8 weeks ago
  4. 4d1c998 Bump Maven to 3.9.7 on GH build by Slawomir Jaranowski · 8 weeks ago
  5. e881b18 [MNG-8123] IT for build cache extension (#342) by Guillaume Nodet · 9 weeks ago

Maven Core Integration Tests

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