Skip to content

Commit

Permalink
APP-425: Fix license-plugin excludes
Browse files Browse the repository at this point in the history
Added <exclude>**/*.xml</exclude>
  • Loading branch information
Slash32 committed Oct 31, 2016
1 parent be2f5db commit 57a5c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
<include>**/*.bat</include>
<include>**/*.yaml</include>
<include>**/*.md</include>
<include>**/*.xml</include>
<include>**/*.html</include>
<include>**/*.txt</include>
<include>**/*.cmake</include>
Expand All @@ -140,6 +139,7 @@
<exclude>**/thirdparty/**</exclude>
<exclude>**/resources/**</exclude>
<exclude>**/main/res/**</exclude>
<exclude>**/*.xml</exclude>
<exclude>README.md</exclude>
</excludes>
</configuration>
Expand Down

0 comments on commit 57a5c17

Please sign in to comment.