Skip to content

Commit

Permalink
Format Markdown files with Spotless Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 20, 2024
1 parent c94a6e7 commit 69f0bf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MojoHaus Parent

This is the parent pom for all [MojoHaus](https://www.mojohaus.org) Maven plugins and components.

[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/mojo-parent.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent)
[![GitHub CI](https://github.com/mojohaus/mojo-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/mojo-parent/actions/workflows/maven.yml)

Expand All @@ -16,3 +16,4 @@ For publishing the site, do the following (assuming mono-module project):
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,12 @@
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</sortPom>
</pom>
<markdown>
<includes>
<include>**/*.md</include>
</includes>
<flexmark />
</markdown>
<upToDateChecking>
<enabled>true</enabled>
</upToDateChecking>
Expand Down

0 comments on commit 69f0bf0

Please sign in to comment.