mirror of https://github.com/apache/cloudstack.git
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:
parent
ee9acb70cd
commit
de010452be
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue