tracecompass: update pom sonar plugin
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 15 Sep 2015 14:40:18 +0000 (10:40 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 2 Oct 2015 19:03:42 +0000 (15:03 -0400)
This should add support for sonar 5.1+ if eclipse.org upgrades to it.

Change-Id: I02d8887d1f8b95a0b5696564d447ee341f643b21
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/55990
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7a86bc37b450668940d0e16959d5d7c32bdc4e99..055190707502b0ee5540fffa401ce5b43c0bd395 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>repository-utils</artifactId>
           <version>0.22.0</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>sonar-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
         <plugin>
                 <groupId>org.eclipse.tycho.extras</groupId>
                 <artifactId>tycho-eclipserun-plugin</artifactId>
This page took 0.025646 seconds and 5 git commands to generate.