|
441 | 441 | </dependency> |
442 | 442 | </dependencies> |
443 | 443 |
|
| 444 | + <!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. --> |
| 445 | + <?SORTPOM IGNORE?> |
444 | 446 | <repositories> |
445 | 447 | <repository> |
446 | 448 | <id>spring-snapshot</id> |
|
457 | 459 | <url>https://repo.spring.io/milestone</url> |
458 | 460 | </repository> |
459 | 461 | </repositories> |
| 462 | + <?SORTPOM RESUME?> |
460 | 463 |
|
461 | 464 | <build> |
462 | 465 | <pluginManagement> |
|
477 | 480 | <verifyFailOn>strict</verifyFailOn> |
478 | 481 | <spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement> |
479 | 482 | <pomFile>pom.xml</pomFile> |
480 | | - <skip>true</skip> |
481 | 483 | </configuration> |
482 | 484 | </plugin> |
483 | 485 | <plugin> |
|
497 | 499 | <excludes> |
498 | 500 | <exclude>**/*.adoc</exclude> |
499 | 501 | <exclude>**/*.cypher</exclude> |
| 502 | + <exclude>**/.flattened-pom.xml</exclude> |
500 | 503 | <exclude>**/*.tpl</exclude> |
501 | 504 | <exclude>**/aot.factories</exclude> |
502 | 505 | <exclude>**/Jenkinsfile</exclude> |
|
806 | 809 | <spring-javaformat.skip>true</spring-javaformat.skip> |
807 | 810 | </properties> |
808 | 811 | </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> |
809 | 826 | </profiles> |
810 | 827 |
|
811 | 828 | </project> |
0 commit comments