You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by nl...@apache.org on 2012/03/29 00:55:51 UTC

svn commit: r1306633 - /tiles/maven/trunk/pom/pom.xml

Author: nlebas
Date: Wed Mar 28 22:55:51 2012
New Revision: 1306633

URL: http://svn.apache.org/viewvc?rev=1306633&view=rev
Log:
removed test-source-xref from the reports, as it was before tiles-3

Modified:
    tiles/maven/trunk/pom/pom.xml

Modified: tiles/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?rev=1306633&r1=1306632&r2=1306633&view=diff
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Wed Mar 28 22:55:51 2012
@@ -241,6 +241,13 @@
             <plugin>
                 <artifactId>maven-jxr-plugin</artifactId>
                 <version>2.3</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>aggregate</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>