NO-JIRA: Exclude logo.svg from apache-rat check

This commit is contained in:
Christopher L. Shannon (cshannon) 2017-09-25 08:47:04 -04:00
parent 76cc779668
commit 62ce852659
1 changed files with 1 additions and 0 deletions

View File

@ -1487,6 +1487,7 @@
<exclude>**/stomp.js</exclude> <exclude>**/stomp.js</exclude>
<exclude>**/__init__.py</exclude> <exclude>**/__init__.py</exclude>
<exclude>**/webapp/decorators/footer.jsp</exclude> <exclude>**/webapp/decorators/footer.jsp</exclude>
<exclude>**/docs/img/logo.svg</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>