Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-12-22 10:24:59 +0000
committerSravan Kumar Lakkimsetti2017-12-22 10:40:27 +0000
commitb3ff30d6e655df9e8b1a14734f531f0bdd9813d1 (patch)
tree46aafab3640be5ebd54ad3639eed47f7805611ce /eclipse-platform-parent
parent3b6ea9680f64485bae6cca462ceee55afdb469a8 (diff)
downloadeclipse.platform.releng.aggregator-b3ff30d6e655df9e8b1a14734f531f0bdd9813d1.tar.gz
eclipse.platform.releng.aggregator-b3ff30d6e655df9e8b1a14734f531f0bdd9813d1.tar.xz
eclipse.platform.releng.aggregator-b3ff30d6e655df9e8b1a14734f531f0bdd9813d1.zip
Bug 529133 - Manage sonar-maven-plugin
Newer versions of the sonar-maven-plugin are incompatible with the installed SonarQube version. Until SonarQube is upgraded it is required to pin the plugin version to 3.3.0.603 Change-Id: I765fa1473fddcf69406debeec05c99910cd6fc2b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 9958b3aae..308316dd8 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -590,6 +590,11 @@
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.3.0.603</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>

Back to the top