Author: hboutemy
Date: Sun Oct 22 12:23:55 2017
New Revision: 1812902
URL: http://svn.apache.org/viewvc?rev=1812902&view=rev
Log:
keep reports even if pages are handwritten: keeps links in Project Information
Overview
Modified:
maven/doxia/site/trunk/pom.xml
Modified: maven/doxia/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1812902&r1=1812901&r2=1812902&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Sun Oct 22 12:23:55 2017
@@ -309,10 +309,10 @@ under the License.
<reportSet><!-- execute only reports necessary for main site, in a
dedicated reportSet -->
<id>site-mpir</id>
<reports>
- <!--report>index</report> apt/index.apt.vm -->
+ <report>index</report> <!-- apt/index.apt.vm -->
<report>project-team</report>
<report>mailing-list</report>
- <!--report>scm</report> xdoc/source-repository.xml -->
+ <report>scm</report> <!-- xdoc/source-repository.xml
-->
<report>issue-tracking</report>
<report>cim</report>
</reports>