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>