From 896a85b575d46474dbf6232513e0f58fc6889fc2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Aug 2014 19:43:46 +0100 Subject: [PATCH] Add settings.xml used by AetherGrapeEngineTests --- .../src/test/resources/.m2/settings.xml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 spring-boot-cli/src/test/resources/.m2/settings.xml diff --git a/spring-boot-cli/src/test/resources/.m2/settings.xml b/spring-boot-cli/src/test/resources/.m2/settings.xml new file mode 100644 index 00000000000..86a68acfac1 --- /dev/null +++ b/spring-boot-cli/src/test/resources/.m2/settings.xml @@ -0,0 +1,33 @@ + + + + + central-mirror + http://central-mirror.example.com/maven2 + central + + + + + + central-mirror + user + password + + + + + + true + http + proxy.example.com + 3128 + user + password + + + + \ No newline at end of file