From 72a6a02f333440f6f94e71127231748a2198baac Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 24 Apr 2015 14:30:45 +0200 Subject: 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. --- sonar-colorizer/src/main/resources/sonar-colorizer.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sonar-colorizer/src') 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; } -- cgit v1.2.3