maven/its
Christoph Böhme 8fac689e58 [MNG-6173] Test getProjects() and getProjectDependencyGraph()
Adds a test for checking that MavenSession.getProjects() contains the
projects being built and that MavenSession.getProjectDependencyGraph()
is set.

The fix for MNG-6173 changed the way these to properties are
initialised. This integration test verifies that the initialisation is
still correct.
2017-03-06 17:37:30 +01:00
..
core-it-suite [MNG-6173] Test getProjects() and getProjectDependencyGraph() 2017-03-06 17:37:30 +01:00
core-it-support Provide a mechanism whereby tests can indicate versions of Maven expected to fail 2017-02-01 22:30:25 +00: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 Creation of an integration test for MNG-5663. 2014-07-19 11:41:58 -04: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 Upgrade to maven-verifier version 1.6 instead of 2015-07-06 21:06:25 +02:00
run-its.bat Fixed license header in run-its.bat file. 2017-01-29 21:43:27 +01:00
run-its.sh Added some missing license headers 2015-06-20 13:58:00 +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