[MNG-7758] Report dependency problems for all repository - fix IT
1 file changed
tree: 092d5c13e95759e84c70afb36baab192785bd48e
  1. .github/
  2. .mvn/
  3. core-it-suite/
  4. core-it-support/
  5. environments/
  6. src/
  7. .asf.yaml
  8. .gitattributes
  9. .gitignore
  10. Jenkinsfile
  11. pom.xml
  12. README.md
  13. run-its.bat
  14. run-its.sh
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