We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e50e0 commit 34b2016Copy full SHA for 34b2016
1 file changed
geowebcache/pom.xml
@@ -652,7 +652,7 @@
652
<plugin>
653
<groupId>com.github.ekryd.sortpom</groupId>
654
<artifactId>sortpom-maven-plugin</artifactId>
655
- <version>2.11.0</version>
+ <version>2.15.0</version>
656
<executions>
657
<execution>
658
<phase>verify</phase>
@@ -666,6 +666,8 @@
666
<keepBlankLines>true</keepBlankLines>
667
<spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement>
668
<createBackupFile>false</createBackupFile>
669
+ <verifyFail>stop</verifyFail>
670
+ <verifyFailOn>strict</verifyFailOn>
671
</configuration>
672
</plugin>
673
0 commit comments