You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:32:26 UTC

[commons-vfs] 05/18: added findbugs plugin

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag japicmp-base-0.0.1
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit d702fd6ab579f51392099b822bb81b3b7a2562ea
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sun Sep 29 23:43:54 2013 +0200

    added findbugs plugin
---
 japicmp/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/japicmp/pom.xml b/japicmp/pom.xml
index dba6508..88efc22 100644
--- a/japicmp/pom.xml
+++ b/japicmp/pom.xml
@@ -135,6 +135,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>2.5.2</version>
+                <configuration>
+                    <xmlOutput>true</xmlOutput>
+                    <xmlOutputDirectory>target/site</xmlOutputDirectory>
+                </configuration>
+            </plugin>
         </plugins>
         <extensions>
             <extension>