forked from phoedos/pmd
Update project info reports, display modules after the main pages
This commit is contained in:
8
pom.xml
8
pom.xml
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user