Skip to content

Commit 219d6a8

Browse files
authored
Docs: additional info about Eclipse formatter (Maven Plugin) (#1482)
2 parents 9df1809 + a43274a commit 219d6a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugin-maven/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
241241

242242
```xml
243243
<eclipse>
244-
<version>4.13.0</version> <!-- optional -->
244+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
245245
<file>${project.basedir}/eclipse-formatter.xml</file> <!-- optional -->
246246
</eclipse>
247247
```
@@ -316,7 +316,7 @@ These mechanisms already exist for the Gradle plugin.
316316

317317
```xml
318318
<greclipse>
319-
<version>4.13.0</version> <!-- optional -->
319+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
320320
<file>${project.basedir}/greclipse.properties</file> <!-- optional -->
321321
</greclipse>
322322
```
@@ -466,7 +466,7 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
466466

467467
```xml
468468
<eclipseCdt>
469-
<version>4.13.0</version> <!-- optional -->
469+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
470470
<file>${project.basedir}/eclipse-cdt.xml</file> <!-- optional -->
471471
</eclipseCdt>
472472
```
@@ -1035,7 +1035,7 @@ Alternatively you can supply spotless with a location of the `.npmrc` file to us
10351035

10361036
## Eclipse web tools platform
10371037

1038-
[changelog](https://www.eclipse.org/webtools/). [compatible versions](https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatters).
1038+
[changelog](https://www.eclipse.org/webtools/). [compatible versions](https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatter).
10391039

10401040
```xml
10411041
<configuration>
@@ -1052,7 +1052,7 @@ Alternatively you can supply spotless with a location of the `.npmrc` file to us
10521052
<file>${project.basedir}/xml.prefs</file>
10531053
<file>${project.basedir}/additional.properties</file>
10541054
</files>
1055-
<version>4.13.0</version> <!-- optional -->
1055+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
10561056
</eclipseWtp>
10571057
</format>
10581058
</formats>

0 commit comments

Comments
 (0)