Skip to content

Commit 144b173

Browse files
committed
Add reasoning for disabling incremental support by default
1 parent 2c2cdfa commit 144b173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-maven/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,8 @@ The patterns are matched using `String#matches(String)` against the absolute fil
16981698

16991699
## Does Spotless support incremental builds in Eclipse?
17001700

1701-
Spotless comes with [m2e](https://eclipse.dev/m2e/) support. However by default its execution is skipped by default in incremental builds. To enable it use the following parameter
1701+
Spotless comes with [m2e](https://eclipse.dev/m2e/) support. However, by default its execution is skipped in incremental builds as most developers want to fix all issues in one go via explicit `mvn spotless:apply` prior to raising a PR and don't want to be bothered with Spotless issues during working on the source code in the IDE.
1702+
To enable it use the following parameter
17021703

17031704
```
17041705
<configuration>

0 commit comments

Comments
 (0)