mirror of https://github.com/apache/maven.git
8fac689e58
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. |
||
---|---|---|
.. | ||
core-it-suite | ||
core-it-support | ||
src/site | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
pom.xml | ||
run-its.bat | ||
run-its.sh |
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