diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-05-19 15:58:17 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-05-19 18:20:10 +0200 |
commit | 07eb6ace686b829d20b88695ce502bdfd8ae5351 (patch) | |
tree | f1b80b86b52a9a4ef1435c8d27f69a587d26a3b9 | |
parent | 0c470cc0af5feb36fe4b15a135d634e1e7afc458 (diff) | |
download | sonarqube-07eb6ace686b829d20b88695ce502bdfd8ae5351.tar.gz sonarqube-07eb6ace686b829d20b88695ce502bdfd8ae5351.zip |
change analysis settings
-rw-r--r-- | server/sonar-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index abb239c19e5..9200ad97fd5 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -13,8 +13,8 @@ <properties> <!-- self-analysis --> - <sonar.sources>src/main/js,src/main/coffee,src/main/hbs,src/main/less</sonar.sources> - <sonar.exclusions>src/main/js/third-party/**/*,src/main/js/require.js,src/main/js/tests/**/*</sonar.exclusions> + <sonar.sources>src/main/js,src/main/coffee,src/main/less</sonar.sources> + <sonar.exclusions>src/main/js/libs/third-party/**/*,src/main/js/libs/require.js</sonar.exclusions> <sonar.javascript.lcov.reportPath>target/js-coverage/lcov.info</sonar.javascript.lcov.reportPath> </properties> |