From de010452be8339de242f09f0348a72d8803b4a77 Mon Sep 17 00:00:00 2001 From: davidjumani Date: Tue, 26 May 2020 15:30:47 +0530 Subject: [PATCH] pom: exclude novnc for rat license checks (#4097) Adding novnc license exclusion to the rat plugin (cherry picked from commit 38298d1d5aad11847300004e4c70a79f10de46ec) Signed-off-by: Rohit Yadav --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index dd914e3e6c1..ca0d2e5a79f 100644 --- a/pom.xml +++ b/pom.xml @@ -1000,6 +1000,7 @@ systemvm/agent/conf/environment.properties systemvm/agent/js/jquery.js systemvm/agent/js/jquery.flot.navigate.js + systemvm/agent/noVNC/** systemvm/debian/** test/integration/component/test_host_ha.sh test/systemvm/README.md