Skip to content

Commit a65d638

Browse files
Merge pull request #115 from cdapio/fix-build-failure
exclude md files from rat check
2 parents 12f334e + 4214868 commit a65d638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
<excludes>
170170
<exclude>LICENSE</exclude>
171171
<exclude>build-number.txt</exclude>
172+
<exclude>**/*.md</exclude>
172173
</excludes>
173174
</configuration>
174175
</execution>

0 commit comments

Comments
 (0)