-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore indentation in published spring-boot-dependencies and spring-boot-starter-parent poms #16466
Comments
Thanks for spotting this, it wasn't intentional. The good news is that the indentation is missing in the snapshot repo (for example https://repo.spring.io/snapshot/org/springframework/boot/spring-boot-dependencies/2.1.5.BUILD-SNAPSHOT/spring-boot-dependencies-2.1.5.BUILD-SNAPSHOT.pom), so the indentation is being lost somewhere that should be in our control, rather than on the way to Maven Central. |
By the way, i found in |
@songxinqiang Where did you find this difference? |
Curiously, the problem doesn't seem to affect every pom. For example, the pom for |
I think I see what @songxinqiang was getting at. In 2.1.3, |
We have another one of these in |
yeah, I found a different number of indented spaces in different files. |
The POMs in 2.1.4 lost all formatting/indentation which makes them harder to read.
Examples:
2.1.3 is using 4 spaces indentation:
https://search.maven.org/remotecontent?filepath=org/springframework/boot/spring-boot-dependencies/2.1.3.RELEASE/spring-boot-dependencies-2.1.3.RELEASE.pom
2.1.4 is using no indentation
https://search.maven.org/remotecontent?filepath=org/springframework/boot/spring-boot-dependencies/2.1.4.RELEASE/spring-boot-dependencies-2.1.4.RELEASE.pom
No biggie of course :-) Thanks for a great framework!
The text was updated successfully, but these errors were encountered: