From 5e2b6246db9fec6d4ced36fe4a012bd46f82bf6f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 28 Mar 2017 11:28:12 -0700 Subject: Exclude nodejs files from Sonar analysis Change-Id: I9428e1a5ad15f9957010e9b0f6c9b6cc1cbc90c1 Issue-id: INT-204 Signed-off-by: Gary Wu --- alarm-analysis/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'alarm-analysis/pom.xml') diff --git a/alarm-analysis/pom.xml b/alarm-analysis/pom.xml index be817e88..4f42653e 100644 --- a/alarm-analysis/pom.xml +++ b/alarm-analysis/pom.xml @@ -29,6 +29,10 @@ 1.1.0-SNAPSHOT client-gui/holmes + + src/main/webapp/node_modules/**,src/main/webapp/node/** + + @@ -90,4 +94,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg