maven/its
Tamas Cservenak 0bf1ca18b8
The IT properties creeped in into main build (#1935)
This prevents release.
2024-11-25 11:53:54 +01:00
..
core-it-suite [MNG-8385] Introduce proto session, make CLIng use PropertyContributor (#1929) 2024-11-20 20:58:27 +01:00
core-it-support IT: Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1927) 2024-11-20 19:48:45 +01:00
environments
src/site fix links (apt, not markdown), better split ITs vs support vs suite 2022-01-16 15:11:36 +01:00
.gitignore [MNG-8347] IT for transitive dependency management (#395) 2024-10-25 15:38:54 +02:00
README.md [MWRAPPER-14] remove wrapper-related ITs: not in core any more 2021-12-26 11:15:17 +01:00
pom.xml The IT properties creeped in into main build (#1935) 2024-11-25 11:53:54 +01:00
run-its.bat Add a note about ITs requiring maven snapshots (#314) 2023-10-19 14:42:17 +02:00
run-its.sh Add a note about ITs requiring maven snapshots (#314) 2023-10-19 14:42:17 +02:00

README.md

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