Skip to content

Commit ddfa55c

Browse files
committed
Charles review
1 parent a31b809 commit ddfa55c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -892,32 +892,6 @@
892892
<maxHeap>2048</maxHeap>
893893
</configuration>
894894
</plugin>
895-
<plugin>
896-
<groupId>com.github.ekryd.sortpom</groupId>
897-
<artifactId>sortpom-maven-plugin</artifactId>
898-
<version>2.15.0</version>
899-
<executions>
900-
<execution>
901-
<goals>
902-
<goal>sort</goal>
903-
</goals>
904-
</execution>
905-
</executions>
906-
<configuration>
907-
<skip>${skipFormatting}</skip>
908-
<encoding>${project.build.sourceEncoding}</encoding>
909-
<createBackupFile>false</createBackupFile>
910-
<expandEmptyElements>false</expandEmptyElements>
911-
<!-- -1 stands for tab -->
912-
<nrOfIndentSpace>-1</nrOfIndentSpace>
913-
<sortDependencies>none</sortDependencies>
914-
<sortPlugins>none</sortPlugins>
915-
<sortProperties>false</sortProperties>
916-
<sortModules>false</sortModules>
917-
<verifyFail>stop</verifyFail>
918-
<verifyFailOn>strict</verifyFailOn>
919-
</configuration>
920-
</plugin>
921895
</plugins>
922896
</build>
923897
<profiles>

0 commit comments

Comments
 (0)