File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments