mirror of https://github.com/apache/cloudstack.git
pom: exclude novnc for rat license checks (#4097)
Adding novnc license exclusion to the rat plugin
This commit is contained in:
parent
5f926c3353
commit
38298d1d5a
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue