Skip to content

Commit bb0037f

Browse files
committed
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
1 parent b4d6ac1 commit bb0037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://maven.apache.org/POM/4.0.0"
44
exclude-result-prefixes="m">
55
<xsl:output method="xml" encoding="utf-8" indent="yes"
6-
xslt:indent-amount="4" xmlns:xslt="https://xml.apache.org/xslt" />
6+
xslt:indent-amount="2" xmlns:xslt="http://xml.apache.org/xslt" />
77
<xsl:strip-space elements="*" />
88
<xsl:template match="@*|node()">
99
<xsl:copy>

0 commit comments

Comments
 (0)