Skip to content

Commit

Permalink
exclude docs folder when running apache-rat-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangwang committed Dec 27, 2018
1 parent 37b6dd0 commit e5d2807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<exclude>src/test/resources/META-INF/service/*</exclude>
<exclude>*/target/**</exclude>
<exclude>*/*.iml</exclude>
<exclude>docs/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit e5d2807

Please sign in to comment.