Skip to content

Commit 34b2016

Browse files
committed
Upgrade sortpom to latest version, make verification strict
1 parent 22e50e0 commit 34b2016

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

geowebcache/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
<plugin>
653653
<groupId>com.github.ekryd.sortpom</groupId>
654654
<artifactId>sortpom-maven-plugin</artifactId>
655-
<version>2.11.0</version>
655+
<version>2.15.0</version>
656656
<executions>
657657
<execution>
658658
<phase>verify</phase>
@@ -666,6 +666,8 @@
666666
<keepBlankLines>true</keepBlankLines>
667667
<spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement>
668668
<createBackupFile>false</createBackupFile>
669+
<verifyFail>stop</verifyFail>
670+
<verifyFailOn>strict</verifyFailOn>
669671
</configuration>
670672
</plugin>
671673

0 commit comments

Comments
 (0)