From c404a50a2ece24d615630f703b854856177f07ca Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 1 Feb 2021 19:45:11 -0800 Subject: [PATCH] Allow test to use snapshot/milestone repo Update `spring-boot-maven-plugin` `settings.xml` so that milestone and snapshot dependencies can be resolved. See gh-23936 --- .../src/intTest/projects/settings.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/settings.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/settings.xml index 74cd553999..d63e2d6b8d 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/settings.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/projects/settings.xml @@ -18,6 +18,19 @@ true + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + +