[BROOKLYN-183] Fix brooklyn-itest build with maven custom local repo
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/71c90cb3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/71c90cb3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/71c90cb3 Branch: refs/heads/master Commit: 71c90cb3c952d950d8bd2c52e57feacc96ef34e1 Parents: 4498b29 Author: Ciprian Ciubotariu <[email protected]> Authored: Tue Dec 1 04:13:08 2015 +0200 Committer: Ciprian Ciubotariu <[email protected]> Committed: Tue Dec 1 04:13:08 2015 +0200 ---------------------------------------------------------------------- karaf/itest/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/71c90cb3/karaf/itest/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml index 888727c..76b8af7 100644 --- a/karaf/itest/pom.xml +++ b/karaf/itest/pom.xml @@ -194,6 +194,15 @@ </executions> </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <systemPropertyVariables> + <org.ops4j.pax.url.mvn.localRepository>${settings.localRepository}</org.ops4j.pax.url.mvn.localRepository> + </systemPropertyVariables> + </configuration> + </plugin> + </plugins> </build> </project>
