Skip to content

Commit 07992fa

Browse files
authored
Merge pull request #1491 from tisonkun/patch-1
2 parents 0a46934 + 33cafc0 commit 07992fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugin-maven/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ any other maven phase (i.e. compile) then it can be configured as below;
197197
<importOrder /> <!-- standard import order -->
198198
<importOrder> <!-- or a custom ordering -->
199199
<wildcardsLast>false</wildcardsLast> <!-- Optional, default false. Sort wildcard import after specific imports -->
200-
<order>java|javax,org,com,com.diffplug,,\\#com.diffplug,\\#</order> <!-- or use <file>${project.basedir}/eclipse.importorder</file> -->
201-
<!-- 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. -->
200+
<order>java|javax,org,com,com.diffplug,,\#com.diffplug,\#</order> <!-- or use <file>${project.basedir}/eclipse.importorder</file> -->
201+
<!-- 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. -->
202202
</importOrder>
203203

204204
<removeUnusedImports /> <!-- self-explanatory -->
@@ -298,8 +298,8 @@ These mechanisms already exist for the Gradle plugin.
298298

299299
<importOrder /> <!-- standard import order -->
300300
<importOrder> <!-- or a custom ordering -->
301-
<order>java|javax,org,com,com.diffplug,,\\#com.diffplug,\\#</order> <!-- or use <file>${project.basedir}/eclipse.importorder</file> -->
302-
<!-- 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. -->
301+
<order>java|javax,org,com,com.diffplug,,\#com.diffplug,\#</order> <!-- or use <file>${project.basedir}/eclipse.importorder</file> -->
302+
<!-- 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. -->
303303
</importOrder>
304304

305305
<greclipse /> <!-- has its own section below -->

0 commit comments

Comments
 (0)