[vlma-devel] commit: Add findbug to Maven reports. (Adrien Grand )

git version control git at videolan.org
Tue Aug 5 23:30:38 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Tue Aug  5 21:14:36 2008 +0200| [4f826c4ad79599e765c742fc8e29b82136da9a1c] | committer: Adrien Grand 

Add findbug to Maven reports.

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

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

diff --git a/pom.xml b/pom.xml
index 67a6794..edebf37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,10 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>



More information about the vlma-devel mailing list