aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-01 17:04:09 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-01 17:04:09 +0200
commita4867b7161c2d7a04ee28bccaca8c09a37087177 (patch)
tree0cb080b7a4d75201a048977d9dd03c8f8c41af15
parentc1fcb6ce731e688578179aa7e1c2d4169246b9aa (diff)
downloadsonarqube-a4867b7161c2d7a04ee28bccaca8c09a37087177.tar.gz
sonarqube-a4867b7161c2d7a04ee28bccaca8c09a37087177.zip
drop coffee mentions
-rw-r--r--server/sonar-web/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 9200ad97fd5..857e044aa93 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -13,7 +13,7 @@
<properties>
<!-- self-analysis -->
- <sonar.sources>src/main/js,src/main/coffee,src/main/less</sonar.sources>
+ <sonar.sources>src/main/js,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>
@@ -141,7 +141,7 @@
<configuration>
<packagingExcludes>
**/*.log,*.iml,WEB-INF/script/,WEB-INF/test/,javascripts/*-min.js,stylesheets/*-min.css,javascripts/tests/**/*,
- build/**,coffee/**,less/**,templates/**
+ build/**,less/**,templates/**
</packagingExcludes>
<warSourceExcludes>
js/**,css/**