diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-08-09 00:44:21 +0200 |
---|---|---|
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-08-11 10:48:59 -0400 |
commit | d0e80b2f69bf4ae62362cb27add73f15388bda33 (patch) | |
tree | 4dc7f8d418606f2d42368a2689ba5c590e66a2f6 /org.eclipse.jgit.java7/pom.xml | |
parent | d87a2524daf33b88c555e719a82abcd41a10bf15 (diff) | |
download | jgit-d0e80b2f69bf4ae62362cb27add73f15388bda33.tar.gz jgit-d0e80b2f69bf4ae62362cb27add73f15388bda33.zip |
Update maven plugins to latest versions
Also, remove unused findbugs exclude filter in java7 bundle since latest
findbugs plugins raises an error on this.
Change-Id: I791fc054596e7d9aa9f3cc8126eb0162539c57bf
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.java7/pom.xml')
-rw-r--r-- | org.eclipse.jgit.java7/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.jgit.java7/pom.xml b/org.eclipse.jgit.java7/pom.xml index 6d4aaf8257..3f2c330b8d 100644 --- a/org.eclipse.jgit.java7/pom.xml +++ b/org.eclipse.jgit.java7/pom.xml @@ -176,14 +176,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <excludeFilterFile>findBugs/FindBugsExcludeFilter.xml</excludeFilterFile> - </configuration> - </plugin> </plugins> </pluginManagement> </build> |