Skip to content

Commit b40bb84

Browse files
committed
Revert "Add pom sorting"
This reverts commit eb301ca.
1 parent d726b27 commit b40bb84

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -242,26 +242,6 @@
242242
</execution>
243243
</executions>
244244
</plugin>
245-
<plugin>
246-
<groupId>com.github.ekryd.sortpom</groupId>
247-
<artifactId>sortpom-maven-plugin</artifactId>
248-
<version>4.0.0</version>
249-
<configuration>
250-
<createBackupFile>false</createBackupFile>
251-
<sortDependencies>scope,groupId,artifactId</sortDependencies>
252-
<sortPlugins>groupId,artifactId</sortPlugins>
253-
<sortProperties>true</sortProperties>
254-
<verifyFail>${sortpom.verifyFail}</verifyFail>
255-
</configuration>
256-
<executions>
257-
<execution>
258-
<goals>
259-
<goal>verify</goal>
260-
</goals>
261-
<phase>validate</phase>
262-
</execution>
263-
</executions>
264-
</plugin>
265245
<plugin>
266246
<groupId>org.apache.maven.plugins</groupId>
267247
<artifactId>maven-site-plugin</artifactId>
@@ -755,7 +735,6 @@
755735
<properties>
756736
<!-- Only fail code coverage on non-windows machines -->
757737
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
758-
<sortpom.verifyFail>fail</sortpom.verifyFail>
759738
</properties>
760739
</profile>
761740
<profile>

0 commit comments

Comments
 (0)