diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-03-30 02:58:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-03-30 02:58:29 +0000 |
commit | 1f5d15af3413cd2d9d02284d4a4830c6b9edec5c (patch) | |
tree | 9f1cde47274c71338b6e833c2cffb5250d84ee83 | |
parent | 8d5667415f9e6656fa7e22279bedd53a52dd6c27 (diff) | |
parent | 5e2b6246db9fec6d4ced36fe4a012bd46f82bf6f (diff) |
Merge "Exclude nodejs files from Sonar analysis"
-rw-r--r-- | alarm-analysis/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <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> |