Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce58d47

Browse files
committedMay 26, 2023
Update documented default semanticSort to false
The default value was updated to false [1] per suggestion [2]. [1] 10610f8 [2] #1709 (review)
1 parent b124927 commit ce58d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugin-maven/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
196196
<wildcardsLast>false</wildcardsLast> <!-- Optional, default false. Sort wildcard import after specific imports -->
197197
<order>java|javax,org,com,com.diffplug,,\#com.diffplug,\#</order> <!-- or use <file>${project.basedir}/eclipse.importorder</file> -->
198198
<!-- you can use an empty string for all the imports you didn't specify explicitly, '|' to join group without blank line, and '\#` prefix for static imports. -->
199-
<semanticSort>false</semanticSort> <!-- Optional, default true. Sort by package, then class, then member (for static imports). Splitting is based on common conventions (packages are lower case, classes start with upper case). Use <treatAsPackage> and <treatAsClass> for exceptions. -->
199+
<semanticSort>false</semanticSort> <!-- Optional, default false. Sort by package, then class, then member (for static imports). Splitting is based on common conventions (packages are lower case, classes start with upper case). Use <treatAsPackage> and <treatAsClass> for exceptions. -->
200200
<treatAsPackage> <!-- Packages starting with upper case letters. -->
201201
<package>com.example.MyPackage</package>
202202
</treatAsPackage>

0 commit comments

Comments
 (0)