mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
commit 82b043f8bd2015fc4ccac35df805ec2356100428 Author: rfscholte <rfscholte@apache.org> Date: Fri Aug 4 14:23:55 2017 +0200 [MNG-6127] Fix plugin execution configuration interference commit 534b562d9c961156b90237fdedd5a99888cf50aa Author: Mario Krizmanic <mario.krizmanic@gmail.com> Date: Wed Nov 23 22:25:34 2016 +0100 Add plugin execution configuration interference test Signed-off-by: rfscholte <rfscholte@apache.org>
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