[ https://jira.codehaus.org/browse/MPIR-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=358165#comment-358165 ]
Michael Osipov commented on MPIR-273: ------------------------------------- Hopefully by December, I need to fix other issues. If you want to help, take a look at all MPIR issues assigned to me. > links to modules broken in modules.html of flat multimodule parent project > -------------------------------------------------------------------------- > > Key: MPIR-273 > URL: https://jira.codehaus.org/browse/MPIR-273 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: index, modules > Affects Versions: 2.6 > Environment: SLES 11 > Reporter: Jörg Sesterhenn > Assignee: Michael Osipov > Fix For: 2.8 > > > My flat structured multimodule project looks like this: > /l2m-build/pom.xml <----- parent module > /l2m/pom.xml <----- child module > During site-deploy the links in modules.html to the submodules are falsely > generated like: > ...site/de.test.l2m/l2m-build/1.1.4-SNAPSHOT/l2m-build/l2m/index.html > While the link in the sitemenu that was generated by <menu ref="modules" /> > is correct and looks like: > ...site/de.test.l2m/l2m/1.1.4-SNAPSHOT/l2m/index.html > It seems that the path needs to step down one directory ('../l2m/index.html'). > The URL in the POM (of the parent and all child modules) is inherited from > the company-parent-pom, where it is defined as > {code:xml}<url>dav:http//:some.nice.url.de/${project.groupId}/${project.artifactId}/${project.version}</url>{code} > This is similar to MOJO-1630. > If you need more information to look into this, please let me know. -- This message was sent by Atlassian JIRA (v6.1.6#6162)