From bb0037f041e573dec185df8b17716daa5628d96c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Apr 2019 14:23:23 +0100 Subject: [PATCH] Restore indentation in published spring-boot-dependencies pom The move to an HTTPS URL for the xmlns:xslt identifier has the unwanted side-effect of disabling indentation. This commit moves back to an HTTPS URL. It also changes the indent size to 2, aligning with the size used by all the other poms that are written by the flatten plugin. Closes gh-16466 --- .../src/main/xslt/post-process-flattened-pom.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl index f00a6e8da0b..340d4759c4f 100644 --- a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl +++ b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl @@ -3,7 +3,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://maven.apache.org/POM/4.0.0" exclude-result-prefixes="m"> + xslt:indent-amount="2" xmlns:xslt="http://xml.apache.org/xslt" />