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