Skip to content

Commit 7b1e2f2

Browse files
committed
more markdown fixes
1 parent 70ba6ea commit 7b1e2f2

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,7 @@ 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 by default in incremental builds. To enable it use the following parameter
17021702

17031703
```
17041704
<configuration>
@@ -1714,6 +1714,7 @@ You can adjust this with
17141714
<incrementalBuildMessageSeverity>ERROR</incrementalBuildMessageSeverity><!-- WARNING or ERROR -->
17151715
</configuration>
17161716
```
1717+
17171718
Note that for Incremental build support the goals have to be bound to a phase prior to `test`.
17181719

17191720
<a name="examples"></a>

0 commit comments

Comments
 (0)