You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/06/29 14:33:05 UTC

svn commit: r958948 - /velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml

Author: apetrelli
Date: Tue Jun 29 12:33:05 2010
New Revision: 958948

URL: http://svn.apache.org/viewvc?rev=958948&view=rev
Log:
VELOCITYSB-4
Changed output directory for Findbugs report.

Modified:
    velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml

Modified: velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml?rev=958948&r1=958947&r2=958948&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml (original)
+++ velocity/sandbox/maven-reorg/engine/trunk/velocity-engine/pom.xml Tue Jun 29 12:33:05 2010
@@ -140,7 +140,7 @@
                     <threshold>Low</threshold>
                     <effort>Max</effort>
                     <excludeFilterFile>src/etc/build/findbugs-exclude.xml</excludeFilterFile>
-                    <findbugsXmlOutputDirectory>xdocs</findbugsXmlOutputDirectory>
+                    <xmlOutputDirectory>target/site</xmlOutputDirectory>
                 </configuration>
             </plugin>
         </plugins>