Navigation links from maven-project-info-reports disappear when using 
maven-site-plugin 3.0-beta-1-SNAPSHOT and POM references parent POM
-----------------------------------------------------------------------------------------------------------------------------------------

                 Key: MSITE-472
                 URL: http://jira.codehaus.org/browse/MSITE-472
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: multi module
    Affects Versions: 3.0-alpha-1
         Environment: Maven 3.0-alpha-7, JDK 6
            Reporter: Michael Pilquist
         Attachments: site-parent-issue.zip

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to