Apache Maven core ITs

Clone this repo:
  1. 5906365 [MNG-7587] Add an IT for jsr330 components (#264) by Guillaume Nodet · 14 hours ago master
  2. dd92c36 [MNG-7788] Fix for IT MavenITmng6562WarnDefaultBindings (#261) by Tamas Cservenak · 2 weeks ago
  3. 367b210 [MNG-7038] Introduce public properties to point to the root and top directories of (multi-module) project by Guillaume Nodet · 6 weeks ago
  4. 86df6eb [MNG-7763] Provide UTF-8 as a default value for project.build.sourceEncoding and project.reporting.outputEncoding by Guillaume Nodet · 6 weeks ago
  5. 691398a [MNG-7767] Put related ITs into verbose mode (#258) by Tamas Cservenak · 7 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