You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/12/23 13:59:47 UTC

svn commit: r606552 - /directory/sandbox/felixk/pom.xml

Author: felixk
Date: Sun Dec 23 04:59:45 2007
New Revision: 606552

URL: http://svn.apache.org/viewvc?rev=606552&view=rev
Log:
Aggregate pmd and taglist reports

Modified:
    directory/sandbox/felixk/pom.xml

Modified: directory/sandbox/felixk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=606552&r1=606551&r2=606552&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Sun Dec 23 04:59:45 2007
@@ -1026,6 +1026,7 @@
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
                 <configuration>
+                    <aggregate>true</aggregate>
                     <linkXref>true</linkXref>
                     <sourceEncoding>utf-8</sourceEncoding>
                     <minimumTokens>100</minimumTokens>
@@ -1036,6 +1037,7 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
                 <configuration>
+                    <aggregate>true</aggregate>
                     <tags>
                         <tag>TODO</tag>
                         <tag>@todo</tag>