From f261cb8f2f67ea16a23b4ee8c859cd3e3e75cb18 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 4 Aug 2017 20:38:02 -0700 Subject: [PATCH] Add local repository support Update the Maven build so that a local artifact repository can be specified. This will allow the CI server to build the samples and tests using artifacts generated from an early job. See gh-9316 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index da29cca3144..eaabc50f0c8 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,32 @@ spring-boot-tests + + repository + + + repository + + + + + repository + ${repository} + + true + + + + + + repository + ${repository} + + true + + + +