Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorLorenzo Bettini2014-07-06 08:23:14 +0000
committerLorenzo Bettini2014-07-06 08:23:14 +0000
commite559b29f7342bb8f450721f3c1f8714fc837f9c0 (patch)
treeb2cf2aadc50cf68802de9acf7d5309430fdee752 /releng
parent5cba8110b72b14652bc9c3b6ba43a27f4738337e (diff)
downloadorg.eclipse.emf-parsley-e559b29f7342bb8f450721f3c1f8714fc837f9c0.tar.gz
org.eclipse.emf-parsley-e559b29f7342bb8f450721f3c1f8714fc837f9c0.tar.xz
org.eclipse.emf-parsley-e559b29f7342bb8f450721f3c1f8714fc837f9c0.zip
sonar-maven-plugin 2.3.1
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=419172#c17 Change-Id: Iae2a2e68a5a505b00bcf7788bd272c8a5a48e2f8
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.parsley.parent/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.parsley.parent/pom.xml b/releng/org.eclipse.emf.parsley.parent/pom.xml
index 311e2212e..e8ecc9e35 100644
--- a/releng/org.eclipse.emf.parsley.parent/pom.xml
+++ b/releng/org.eclipse.emf.parsley.parent/pom.xml
@@ -392,6 +392,13 @@
</execution>
</executions>
</plugin>
+
+ <!-- see https://bugs.eclipse.org/bugs/show_bug.cgi?id=419172#c17 -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
</plugins>
</pluginManagement>

Back to the top