You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/04/15 01:37:55 UTC

svn commit: r648059 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Mon Apr 14 16:37:54 2008
New Revision: 648059

URL: http://svn.apache.org/viewvc?rev=648059&view=rev
Log:
JCR-663: Maven2 site modules and checkstyle
    - Enabled findbugs report (targeting the Hudson builds)

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=648059&r1=648058&r2=648059&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Mon Apr 14 16:37:54 2008
@@ -141,7 +141,7 @@
         </configuration>
       </plugin>
     </plugins>
-    
+
     <pluginManagement>
       <plugins>
         <!--  Default configuration of OSGi bundleing (JCR-1342) -->
@@ -162,6 +162,21 @@
       </plugins>
     </pluginManagement>    
   </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.1.1</version>
+        <configuration>
+          <xmlOutput>true</xmlOutput>
+          <findbugsXmlOutput>true</findbugsXmlOutput>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
 
   <profiles>
     <!-- JCR-661: The antrun tools.jar dependency is not needed on macs -->