You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -676,15 +676,15 @@ All configuration settings are optional, they are described in detail [here](htt
676
676
677
677
<indentAttribute></indentAttribute> <!-- Should the xml attributes be indented -->
678
678
679
-
<predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <!-- Sort order of elements: https://github.com/Ekryd/sortpom/wiki/PredefinedSortOrderProfiles-->
679
+
<predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <!-- Sort order of elements: https://github.com/Ekryd/sortpom/wiki/PredefinedSortOrderProfiles-->
680
680
681
681
<sortOrderFile></sortOrderFile> <!-- Custom sort order of elements: https://raw.githubusercontent.com/Ekryd/sortpom/master/sorter/src/main/resources/custom_1.xml -->
<engine>groovy</engine> <!-- nashorn is provided by JDK 8-14, other engines can be loaded from the given dependency -->
1510
1510
<script>source.replace('World','Mars');</script> <!-- the source variable contains the unformatted code, the returned value of the script is the formatted code -->
1511
1511
</jsr223>
1512
1512
1513
1513
<nativeCmd> <!-- run a native binary -->
1514
1514
<name>Greetings to Mars from sed</name>
1515
1515
<pathToExe>/usr/bin/sed</pathToExe> <!-- path to the binary, unformatted code is send via StdIn, formatted code is expected on StdOut -->
1516
-
<arguments> <!-- optional, list with arguments for the binary call-->
1516
+
<arguments> <!-- optional, list with arguments for the binary call-->
0 commit comments