Skip to content

Commit b90c158

Browse files
committed
Spotless plugin - format .md files
1 parent 687a6fb commit b90c158

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Plexus Parent POM
2-
============
2+
=================
33

44
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus)
55

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,15 @@ limitations under the License.
602602
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
603603
</sortPom>
604604
</pom>
605+
<markdown>
606+
<includes>
607+
<include>**/*.md</include>
608+
</includes>
609+
<excludes>
610+
<excludes>target/**</excludes>
611+
</excludes>
612+
<flexmark />
613+
</markdown>
605614
<upToDateChecking>
606615
<enabled>true</enabled>
607616
</upToDateChecking>

0 commit comments

Comments
 (0)