We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687a6fb commit b90c158Copy full SHA for b90c158
README.md
@@ -1,5 +1,5 @@
1
Plexus Parent POM
2
-============
+=================
3
4
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus)
5
pom.xml
@@ -602,6 +602,15 @@ limitations under the License.
602
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
603
</sortPom>
604
</pom>
605
+ <markdown>
606
+ <includes>
607
+ <include>**/*.md</include>
608
+ </includes>
609
+ <excludes>
610
+ <excludes>target/**</excludes>
611
+ </excludes>
612
+ <flexmark />
613
+ </markdown>
614
<upToDateChecking>
615
<enabled>true</enabled>
616
</upToDateChecking>
0 commit comments