You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/09/24 14:38:17 UTC

svn commit: r1000841 - /directory/shared/trunk/pom.xml

Author: seelmann
Date: Fri Sep 24 12:38:17 2010
New Revision: 1000841

URL: http://svn.apache.org/viewvc?rev=1000841&view=rev
Log:
Support for hudson's findbugs integration

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1000841&r1=1000840&r2=1000841&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Fri Sep 24 12:38:17 2010
@@ -357,9 +357,11 @@
         <configuration>
           <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
           <xrefTestLocation>${project.reporting.outputDirectory}/../xref-test</xrefTestLocation>
-          <!-- required by dashboard plugin -->
+          <!-- required by dashboard plugin and hudson -->
           <xmlOutput>true</xmlOutput>
           <effort>Max</effort>
+          <findbugsXmlOutput>true</findbugsXmlOutput>
+          <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
         </configuration>
       </plugin>