aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-01-17 17:45:30 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-01-17 17:47:19 +0100
commit88ab55ff91986e1497b1b5ed041aecaf1ab318dd (patch)
treead5795505da72c8bea6f7ee729176b8516b20d4f /sonar-server/pom.xml
parent8aaaddd2e420d380714f28537c65aca72fd60818 (diff)
downloadsonarqube-88ab55ff91986e1497b1b5ed041aecaf1ab318dd.tar.gz
sonarqube-88ab55ff91986e1497b1b5ed041aecaf1ab318dd.zip
SONAR-3012 Shows the new unreviewed violations count in the widget
- Links this count to the drilldown service - Open the right tab (Violations) + renaming of the metrics to be consistent with names To be done: adding a filter in the "Violations" Tab
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index bcc816f2a72..33ed56bee40 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -483,6 +483,12 @@
<type>sonar-plugin</type>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar-plugins</groupId>
+ <artifactId>sonar-devkit-plugin</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <type>sonar-plugin</type>
+ </dependency>
</dependencies>
</profile>