File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 441441 </dependency >
442442 </dependencies >
443443
444+ <!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. -->
445+ <?SORTPOM IGNORE ?>
444446 <repositories >
445447 <repository >
446448 <id >spring-snapshot</id >
457459 <url >https://repo.spring.io/milestone</url >
458460 </repository >
459461 </repositories >
462+ <?SORTPOM RESUME ?>
460463
461464 <build >
462465 <pluginManagement >
477480 <verifyFailOn >strict</verifyFailOn >
478481 <spaceBeforeCloseEmptyElement >true</spaceBeforeCloseEmptyElement >
479482 <pomFile >pom.xml</pomFile >
480- <skip >true</skip >
481483 </configuration >
482484 </plugin >
483485 <plugin >
497499 <excludes >
498500 <exclude >**/*.adoc</exclude >
499501 <exclude >**/*.cypher</exclude >
502+ <exclude >**/.flattened-pom.xml</exclude >
500503 <exclude >**/*.tpl</exclude >
501504 <exclude >**/aot.factories</exclude >
502505 <exclude >**/Jenkinsfile</exclude >
806809 <spring-javaformat .skip>true</spring-javaformat .skip>
807810 </properties >
808811 </profile >
812+ <profile >
813+ <id >release</id >
814+ <build >
815+ <plugins >
816+ <plugin >
817+ <groupId >com.github.ekryd.sortpom</groupId >
818+ <artifactId >sortpom-maven-plugin</artifactId >
819+ <configuration >
820+ <skip >true</skip >
821+ </configuration >
822+ </plugin >
823+ </plugins >
824+ </build >
825+ </profile >
809826 </profiles >
810827
811828</project >
You can’t perform that action at this time.
0 commit comments