maven/its
Guillaume Nodet 46ed670dbe [MNG-7965] Verify non-parseable POM is detected (#327)
Co-authored-by: Tamas Cservenak <tamas@cservenak.net>
2023-12-15 07:33:02 +01:00
..
.github/workflows Require JDK 11 and support JDK 21 at build time (#310) 2023-10-16 13:24:46 +02:00
core-it-suite [MNG-7965] Verify non-parseable POM is detected (#327) 2023-12-15 07:33:02 +01:00
core-it-support Change bootstrap syntax to align with the usual one (#316) 2023-11-26 07:35:09 +01:00
environments [MNG-6377] switch from Git-WIP to Gitbox 2018-03-19 23:24:31 +01:00
src/site fix links (apt, not markdown), better split ITs vs support vs suite 2022-01-16 15:11:36 +01:00
.asf.yaml Disable merge button on GitHub 2022-09-02 13:29:48 +02:00
.gitattributes [MNG-5728] Switch the default checksum policy from "warn" to "fail" 2020-11-30 20:21:11 +01:00
.gitignore Add .java-version to .gitignore 2023-09-26 21:25:59 +02:00
Jenkinsfile create a simple Jenkinsfile/gh actions to validate PR and branches without changes in core (#172) 2022-06-17 10:50:33 +10:00
README.md [MWRAPPER-14] remove wrapper-related ITs: not in core any more 2021-12-26 11:15:17 +01:00
pom.xml Update parent to 41 2023-11-18 10:50:43 +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