maven/its
Stephen Connolly d4ec6e03f6 Add the serverId to scm-publish so that we do not need to rely on cached svn credentials 2017-10-18 12:51:21 +01:00
..
core-it-suite Revert "MNG-6209 better executeMojo thread context classloader" 2017-10-17 21:00:59 +01:00
core-it-support Remove superfluous Eclipse configuration files 2017-05-24 11:11:39 +02:00
environments Adding a Zulu JDK 7 environment 2017-09-11 09:47:45 +01:00
src/site added license link 2017-01-24 23:41:59 +01:00
.gitattributes o i believe the settings were initially setup wrong and the content for the *.pom files have window line endings, a normal checkout for someone on unix yields a massive number of line ending changes. this change prevents that, but happy if we want to realign the content to be normalized with unix line endings and have git do the auto conversion 2013-03-15 06:29:19 -07:00
.gitignore [MNG-6057], [MNG-6090], [MNG-5895] 2017-03-13 22:06:57 +01:00
README.md [MNG-6151] Reset to integration test state as of 3.3.9 release of core 2017-01-04 09:20:35 +00:00
pom.xml Add the serverId to scm-publish so that we do not need to rely on cached svn credentials 2017-10-18 12:51:21 +01:00
run-its.bat [MNG-6202] Cannot pass nonProxyHosts to ITs making remote tests lock up when proxy rejects to proxy internal hosts 2017-04-01 23:11:05 +02:00
run-its.sh [MNG-6202] Cannot pass nonProxyHosts to ITs making remote tests lock up when proxy rejects to proxy internal hosts 2017-04-01 23:11:05 +02:00

README.md

Maven Core Integration Tests

http://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=...

Maven Developers List: dev@maven.apache.org