diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-24 14:30:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-24 14:30:45 +0200 |
commit | 72a6a02f333440f6f94e71127231748a2198baac (patch) | |
tree | 7e4f0a424b86388d2244b7e53a6b551145612abd /sonar-colorizer | |
parent | 3612afdc027b0d4052e053f1e47de286d8d7d1a5 (diff) | |
download | sonarqube-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.css | 7 |
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; } |