maven/its
Tamas Cservenak da33f06c06 [MNG-7737] IT for profiles (#252)
* [MNG-7737] IT for profiles

Just a simple IT that would catch issues like Maven 3.9.0
went out with, where files were wrongly interpolated: MNG-7726

---

https://issues.apache.org/jira/browse/MNG-7737
2023-03-13 15:57:08 +01:00
..
.github/workflows Use Maven 3.8.7 for GH builds 2023-01-01 21:34:55 +01:00
core-it-suite [MNG-7737] IT for profiles (#252) 2023-03-13 15:57:08 +01:00
core-it-support [MNG-7706] Fix for ITs WARNING detection (#245) 2023-02-23 13:52:03 +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 new ignores 2021-07-03 11:13:55 +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 Upgrade to Maven Surefire 3.0.0-M9 2023-02-20 23:03:14 +01:00
run-its.bat [MWRAPPER-14] remove wrapper-related ITs: not in core any more 2021-12-26 11:15:17 +01:00
run-its.sh Fix tests on JDK 1.7 - setup TLS protocol for verifier 2022-04-08 07:59:51 +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