From 7d8507d186877652bf937421f0b5a8673f8320a3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 27 Sep 2024 17:31:24 -0700 Subject: [PATCH] Polish --- .../src/intTest/resources/settings.xml | 63 ++++++++++--------- .../resources/cli-tester/.m2/settings.xml | 44 ------------- 2 files changed, 32 insertions(+), 75 deletions(-) delete mode 100644 spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml index b85b5c25ff..4e7332c0f7 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml @@ -1,33 +1,34 @@ - ../../../../build/local-m2-repository - - - cli-test-repo - - true - - - - local.central - file:../../../../build/test-repository - - true - - - true - - - - thymeleaf-snapshot - https://oss.sonatype.org/content/repositories/snapshots - - true - - - true - - - - - + ../../../../build/local-m2-repository + + + + cli-test-repo + + true + + + + local.central + file:../../../../build/test-repository + + true + + + true + + + + thymeleaf-snapshot + https://oss.sonatype.org/content/repositories/snapshots + + true + + + true + + + + + diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml deleted file mode 100644 index 504eb80a05..0000000000 --- a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - build/local-m2-repository - - - cli-test-repo - - true - - - - local.central - file:build/test-repository - - true - - - true - - - - spring-snapshot - https://repo.spring.io/snapshot - - false - - - true - - - - spring-milestone - https://repo.spring.io/milestone - - true - - - false - - - - - -