From 7e22901bb258c516406a84f2b177d47401b92ea3 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Fri, 28 Jun 2019 09:58:30 -0700 Subject: [PATCH] Fail build on unresolved documentation links Closes gh-12005 --- .../spring-boot-actuator-autoconfigure/pom.xml | 7 +++++++ spring-boot-project/spring-boot-docs/pom.xml | 7 +++++++ .../spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 1 + 3 files changed, 15 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index f0b7527161..3bf05ad428 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -769,7 +769,14 @@ font css/ spring.css + warn + + true + + DEBUG + + diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 349e73348a..51db21ba79 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -1487,7 +1487,14 @@ font css/ spring.css + warn + + true + + DEBUG + + diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 8966f45d0e..564d5d04ca 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -324,6 +324,7 @@ font css/ style.css + warn true