pom: exclude novnc for rat license checks (#4097)

Adding novnc license exclusion to the rat plugin
This commit is contained in:
davidjumani 2020-05-26 15:30:47 +05:30 committed by GitHub
parent 5f926c3353
commit 38298d1d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@
<exclude>systemvm/agent/conf/environment.properties</exclude> <exclude>systemvm/agent/conf/environment.properties</exclude>
<exclude>systemvm/agent/js/jquery.js</exclude> <exclude>systemvm/agent/js/jquery.js</exclude>
<exclude>systemvm/agent/js/jquery.flot.navigate.js</exclude> <exclude>systemvm/agent/js/jquery.flot.navigate.js</exclude>
<exclude>systemvm/agent/noVNC/**</exclude>
<exclude>systemvm/debian/**</exclude> <exclude>systemvm/debian/**</exclude>
<exclude>test/integration/component/test_host_ha.sh</exclude> <exclude>test/integration/component/test_host_ha.sh</exclude>
<exclude>test/systemvm/README.md</exclude> <exclude>test/systemvm/README.md</exclude>