Code Review
/
vnfsdk
/
refrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0f1516f
)
Exclude nodejs files from Sonar analysis
author
Gary Wu
<gary.i.wu@huawei.com>
Tue, 28 Mar 2017 18:28:12 +0000
(11:28 -0700)
committer
Gary 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
patch
|
blob
|
history
diff --git
a/alarm-analysis/pom.xml
b/alarm-analysis/pom.xml
index
be817e8
..
4f42653
100644
(file)
--- a/
alarm-analysis/pom.xml
+++ b/
alarm-analysis/pom.xml
@@
-29,6
+29,10
@@
<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>