Skip to content

Commit

Permalink
Spotless plugin - format .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 1, 2025
1 parent 687a6fb commit b90c158
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Plexus Parent POM
============
=================

[![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)

Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,15 @@ limitations under the License.
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</sortPom>
</pom>
<markdown>
<includes>
<include>**/*.md</include>
</includes>
<excludes>
<excludes>target/**</excludes>
</excludes>
<flexmark />
</markdown>
<upToDateChecking>
<enabled>true</enabled>
</upToDateChecking>
Expand Down

0 comments on commit b90c158

Please sign in to comment.