Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-08-01 22:02:18 +0000
committerMatthias Sohn2017-10-06 22:37:42 +0000
commitfc2d2cbf6289b46b20bdee14278e067b5ad007f1 (patch)
tree2ec1f9bea1a380edae544e851835407df8044b98 /org.eclipse.egit.ui/pom.xml
parent2c1c15574505ed98850d90df717df399be5622ad (diff)
downloadegit-fc2d2cbf6289b46b20bdee14278e067b5ad007f1.tar.gz
egit-fc2d2cbf6289b46b20bdee14278e067b5ad007f1.tar.xz
egit-fc2d2cbf6289b46b20bdee14278e067b5ad007f1.zip
Replace findbugs by spotbugs
SpotBugs [1] is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community. Also add the spotbugs plugin to Oomph setup for developer installation. [1] http://spotbugs.readthedocs.io/ See: https://git.eclipse.org/r/#/c/101312 Change-Id: Ifac801300c98a3f9b5663b6bf2ac7ee253d05292
Diffstat (limited to 'org.eclipse.egit.ui/pom.xml')
-rw-r--r--org.eclipse.egit.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/pom.xml b/org.eclipse.egit.ui/pom.xml
index ae02baf265..b9b8f976a8 100644
--- a/org.eclipse.egit.ui/pom.xml
+++ b/org.eclipse.egit.ui/pom.xml
@@ -34,8 +34,8 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.hazendaz.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile>
</configuration>

Back to the top