diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-08-11 11:25:57 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2014-08-11 11:25:57 -0400 |
commit | 2bf1368a650728b19c73ceb30aca446532a3a78b (patch) | |
tree | 561f5dbd2c8e96a313fc539bd8001c6d38148a0b /org.eclipse.jgit.java7 | |
parent | f9e7296829654c5ca4c056fe95248b965cd15914 (diff) | |
parent | d0e80b2f69bf4ae62362cb27add73f15388bda33 (diff) | |
download | jgit-2bf1368a650728b19c73ceb30aca446532a3a78b.tar.gz jgit-2bf1368a650728b19c73ceb30aca446532a3a78b.zip |
Merge "Update maven plugins to latest versions"
Diffstat (limited to 'org.eclipse.jgit.java7')
-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> |