Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
-
Maven 3.0-alpha-7, JDK 6
Description
If a project has a parent POM, no navigation links are generated in the submodule's site. The parent site has navigation however. This behavior occurs both when parent is in the reactor and when it is not.
Attached is a very simple multimodule build consisting of a single parent POM and a JAR module. After running "mvn clean install site", observe that target/site/index.html has the proper navigation but parent-usage-test/target/site/index.html has an empty navigation panel.
This may be a bug in project-info-reports but since it works correctly when there's no parent POM, I thought this was the correct project.