[vlma-devel] commit: Extra configuration for the findbug plugin. (Adrien Grand )

git version control git at videolan.org
Sun Oct 12 03:33:16 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Oct 12 03:20:30 2008 +0200| [a2f80d16fb2f7a397056af0be1a51cd89360f636] | committer: Adrien Grand 

Extra configuration for the findbug plugin.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=a2f80d16fb2f7a397056af0be1a51cd89360f636
---

 pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19ffd01..d8495f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,12 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.2</version>
+                <configuration>
+                    <findbugsXmlOutput>true</findbugsXmlOutput>
+                    <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+                    <xmlOutput>true</xmlOutput>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>



More information about the vlma-devel mailing list