From cb6a7b79fe432cb411e28edcf153e270e5a29e3c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 29 Nov 2016 10:03:30 +0100 Subject: [PATCH 1/2] Fix build failure --- .../src/it/settings.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml b/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml new file mode 100644 index 00000000000..e1e0ace341b --- /dev/null +++ b/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml @@ -0,0 +1,35 @@ + + + + + it-repo + + true + + + + local.central + @localRepositoryUrl@ + + true + + + true + + + + + + local.central + @localRepositoryUrl@ + + true + + + true + + + + + + From 140379fc5a31ddb2a268c438d370f8dcb607edf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 29 Nov 2016 10:03:49 +0100 Subject: [PATCH 2/2] Fix Maven warnings --- spring-boot-samples/pom.xml | 1 + spring-boot-samples/spring-boot-sample-custom-layout/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 8e8440307cc..581d5b17d67 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -153,6 +153,7 @@ org.apache.maven.plugins maven-enforcer-plugin + 1.4 enforce-rules diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml index 2bf7677aa6a..a07b55a7cc2 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml +++ b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml @@ -41,6 +41,7 @@ org.apache.maven.plugins maven-invoker-plugin + 1.10 ${project.build.directory}/it src/it/settings.xml