Exclude nodejs files from Sonar analysis
authorGary Wu <gary.i.wu@huawei.com>
Tue, 28 Mar 2017 18:28:12 +0000 (11:28 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 28 Mar 2017 18:29:14 +0000 (11:29 -0700)
Change-Id: I9428e1a5ad15f9957010e9b0f6c9b6cc1cbc90c1
Issue-id: INT-204
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
alarm-analysis/pom.xml

index be817e8..4f42653 100644 (file)
     <version>1.1.0-SNAPSHOT</version>
        <name>client-gui/holmes</name>
 
+    <properties>
+      <sonar.exclusions>src/main/webapp/node_modules/**,src/main/webapp/node/**</sonar.exclusions>
+    </properties>
+
 <build>
 <plugins>
         <plugin>
@@ -90,4 +94,4 @@
         
     </plugins>
 </build> 
-</project>
\ No newline at end of file
+</project>