Update project info reports, display modules after the main pages

This commit is contained in:
Andreas Dangel
2015-04-04 10:50:36 +02:00
parent f8be558c5b
commit 9ec438c97d
2 changed files with 8 additions and 3 deletions

View File

@ -609,12 +609,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<version>2.8</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>dependency-info</report>
<report>dependency-management</report>
<report>modules</report>
<report>plugin-management</report>
<report>plugins</report>
<report>project-team</report>
<report>mailing-list</report>
<report>cim</report>

View File

@ -65,8 +65,6 @@
<item href="http://pmd.sourceforge.net/" name="PMD"/>
</breadcrumbs>
<menu ref="modules" />
<menu name="Overview">
<item href="https://sourceforge.net/projects/pmd/files/pmd/${version}/" name="Download PMD ${version}"/>
<item href="/overview/changelog.html" name="What's new in PMD ${version}"/>
@ -111,6 +109,7 @@
<menu name="Misc.">
<item href="http://webhostinggeeks.com/science/xpath-sourceforge-ka" name="XPath tutorial (Gregorian)"/>
</menu>
<menu ref="modules"/>
<menu ref="reports"/>
</body>
</project>