Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-09-10 18:23:44 +0000
committerAlexander Kurtakov2020-09-10 18:23:44 +0000
commitd244858f383a45d30c943fad9d4aa3e638d92334 (patch)
tree49e05770075a8d2f44acb9333729713652c786f1
parent1c5321f77d0f77356e3d4273ea56bfe673825636 (diff)
downloadeclipse.platform.releng.aggregator-d244858f383a45d30c943fad9d4aa3e638d92334.tar.gz
eclipse.platform.releng.aggregator-d244858f383a45d30c943fad9d4aa3e638d92334.tar.xz
eclipse.platform.releng.aggregator-d244858f383a45d30c943fad9d4aa3e638d92334.zip
Remove sonar-maven-plugin
No need to hardcode to ancient version as the service that was tight to it is retired. If one wants to use sonar it should be fine to just use the latest. Change-Id: I91720b254c7061c4662688fcfb2ed37dfa70aeef Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 0ef26f356..d1364226e 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -564,11 +564,6 @@
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.2</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