You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2009/04/22 08:04:03 UTC

svn commit: r767385 - /commons/proper/vfs/trunk/pom.xml

Author: rgoers
Date: Wed Apr 22 06:04:02 2009
New Revision: 767385

URL: http://svn.apache.org/viewvc?rev=767385&view=rev
Log:
Add findbugs report to web site.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=767385&r1=767384&r2=767385&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Apr 22 06:04:02 2009
@@ -7,9 +7,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
-  
+
         http://www.apache.org/licenses/LICENSE-2.0
-  
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -53,7 +53,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url> 
+    <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url>
   </scm>
 
   <developers>
@@ -171,7 +171,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>     
+      </plugin>
     </plugins>
   </build>
 
@@ -241,6 +241,16 @@
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.0.0</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+          <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
+       </configuration>
+      </plugin>
     </plugins>
   </reporting>