From eb5c195c23a9190abb84b9a114748c5a67ae277a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Jul 2015 13:07:07 +0100 Subject: [PATCH] Add settings.xml that was missed in 84937551 --- .../.m2/settings.xml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml diff --git a/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml new file mode 100644 index 0000000000..c18b2440d3 --- /dev/null +++ b/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml @@ -0,0 +1,61 @@ + + + + + my-mirror + http://maven.example.com/mirror + my-server + + + + + + my-server + tester + secret + + + + + + my-proxy + true + http + proxy.example.com + 8080 + proxyuser + somepassword + + + + + + active-by-default + + true + + + + active-by-default + maven.example.com/activeByDefault + + + + + active-by-property + + + foo + bar + + + + + active-by-property + maven.example.com/activeByProperty + + + + + + \ No newline at end of file