You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-maven/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1698,7 +1698,7 @@ The patterns are matched using `String#matches(String)` against the absolute fil
1698
1698
1699
1699
## Does Spotless support incremental builds in Eclipse
1700
1700
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 by default in incremental builds. To enable it use the following parameter
1702
1702
1703
1703
```
1704
1704
<configuration>
@@ -1714,6 +1714,7 @@ You can adjust this with
1714
1714
<incrementalBuildMessageSeverity>ERROR</incrementalBuildMessageSeverity><!-- WARNING or ERROR -->
1715
1715
</configuration>
1716
1716
```
1717
+
1717
1718
Note that for Incremental build support the goals have to be bound to a phase prior to `test`.
0 commit comments