File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 59
59
<coveralls .plugin.version>2.2.0</coveralls .plugin.version>
60
60
<javadoc .plugin.version>2.10.4</javadoc .plugin.version>
61
61
<enforcer .plugin.version>1.4.1</enforcer .plugin.version>
62
+ <sortpom .plugin.version>2.4.0</sortpom .plugin.version>
62
63
63
64
<!--
64
65
Definitions and redefinitions of default values from spring-boot-dependencies:
795
796
</executions >
796
797
</plugin >
797
798
799
+ <plugin >
800
+ <groupId >com.github.ekryd.sortpom</groupId >
801
+ <artifactId >sortpom-maven-plugin</artifactId >
802
+ <version >${sortpom.plugin.version} </version >
803
+ <configuration >
804
+ <lineSeparator >\n</lineSeparator >
805
+ <predefinedSortOrder >default_0_4_0</predefinedSortOrder >
806
+ <keepBlankLines >true</keepBlankLines >
807
+ <indentBlankLines >true</indentBlankLines >
808
+ <!-- Use tabs instead of spaces for indentation -->
809
+ <nrOfIndentSpace >-1</nrOfIndentSpace >
810
+ </configuration >
811
+ </plugin >
812
+
798
813
</plugins >
799
814
800
815
</build >
You can’t perform that action at this time.
0 commit comments