diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index ef695c4313e..febdf4984e6 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 340c1617362..0070193f8f9 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 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 + + + + + +