You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/12/02 23:20:39 UTC

svn commit: r1416277 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt

Author: hboutemy
Date: Sun Dec  2 22:20:38 2012
New Revision: 1416277

URL: http://svn.apache.org/viewvc?rev=1416277&view=rev
Log:
enhancements

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt?rev=1416277&r1=1416276&r2=1416277&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/configuring-reports.apt Sun Dec  2 22:20:38 2012
@@ -109,9 +109,9 @@ Selecting Reports from a Plugin: Configu
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.6</version>
-        <reportSets><!-- only index -->
+        <reportSets>
           <reportSet>
-            <reports>
+            <reports><!-- select reports -->
               <report>index</report>
             </reports>
           <reportSet>
@@ -128,8 +128,8 @@ Selecting Reports from a Plugin: Configu
                   <report>test-javadoc</report>
                 </reports>
               </reportSet>
-              <reportSet>
-                <id>aggregate</id><!-- aggregate reportSet, for pom with modules -->
+              <reportSet><!-- aggregate reportSet, to define in poms having modules -->
+                <id>aggregate</id>
                 <inherited>false</inherited><!-- don't run aggregate in child modules -->
                 <reports>
                   <report>aggregate</report>