From bf2e78b411bbcf7430915b8222bf51699a527ab8 Mon Sep 17 00:00:00 2001 From: Frank Vennemeyer Date: Sun, 5 May 2019 10:29:58 +0200 Subject: [PATCH 1/2] Improved Java Eclipse formatter documentation. --- plugin-maven/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin-maven/README.md b/plugin-maven/README.md index c1695720b5..05a915be4b 100644 --- a/plugin-maven/README.md +++ b/plugin-maven/README.md @@ -97,6 +97,7 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/* ${basedir}/license-header + ${basedir}/eclipse-fmt.xml 4.7.1 @@ -117,6 +118,8 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/* ``` +See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the eclipseFormatFile and importOrderFile mentioned above. + ## Applying to Scala source From dff9082eaef73d4789d584386510479bf4e2a7a6 Mon Sep 17 00:00:00 2001 From: Frank Vennemeyer Date: Sun, 5 May 2019 10:39:50 +0200 Subject: [PATCH 2/2] Aligned configuration item names and documentation. --- plugin-maven/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin-maven/README.md b/plugin-maven/README.md index 05a915be4b..9c548d6698 100644 --- a/plugin-maven/README.md +++ b/plugin-maven/README.md @@ -98,7 +98,7 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/* - ${basedir}/eclipse-fmt.xml + ${basedir}/eclipse-format.xml 4.7.1 @@ -112,13 +112,13 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/* java,javax,org,com,com.diffplug, - ${basedir}/importOrder + ${basedir}/eclipse.importorder ``` -See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the eclipseFormatFile and importOrderFile mentioned above. +See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the Eclipse format configuration file and Eclipse import order file mentioned above.