aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-colorizer
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-24 14:30:45 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-24 14:30:45 +0200
commit72a6a02f333440f6f94e71127231748a2198baac (patch)
tree7e4f0a424b86388d2244b7e53a6b551145612abd /sonar-colorizer
parent3612afdc027b0d4052e053f1e47de286d8d7d1a5 (diff)
downloadsonarqube-72a6a02f333440f6f94e71127231748a2198baac.tar.gz
sonarqube-72a6a02f333440f6f94e71127231748a2198baac.zip
Build must not copy sonar-colorizer/sonar-colorizer.css in sonar-web.
* it is not used by webapp as it's duplicated by sonar-web/sonar-colorizer.less * maven parallel build breaks during the first execution (empty local repo). The real reason was that dependency on sonar-colorizer was missing in sonar-web.
Diffstat (limited to 'sonar-colorizer')
-rw-r--r--sonar-colorizer/src/main/resources/sonar-colorizer.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-colorizer/src/main/resources/sonar-colorizer.css b/sonar-colorizer/src/main/resources/sonar-colorizer.css
index 4e77db66567..06328e22632 100644
--- a/sonar-colorizer/src/main/resources/sonar-colorizer.css
+++ b/sonar-colorizer/src/main/resources/sonar-colorizer.css
@@ -1,3 +1,10 @@
+/*
+ WARNING - THIS FILE IS USED ONLY A TEMPLATE USED BY HtmlDecorator
+ The CSS file used by webapp is defined at in the sonar-web module (see sonar-colorizer.less)
+
+ Any modification of this file must be applied to the sonar-web less file.
+*/
+
.code {
font-size: 12px;
}