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

Adding novnc license exclusion to the rat plugin

(cherry picked from commit 38298d1d5a)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-05-26 15:30:47 +05:30 committed by Rohit Yadav
parent ee9acb70cd
commit de010452be
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/js/jquery.js</exclude>
<exclude>systemvm/agent/js/jquery.flot.navigate.js</exclude>
<exclude>systemvm/agent/noVNC/**</exclude>
<exclude>systemvm/debian/**</exclude>
<exclude>test/integration/component/test_host_ha.sh</exclude>
<exclude>test/systemvm/README.md</exclude>