[
https://jira.codehaus.org/browse/MPIR-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MPIR-273:
-------------------------------
Description:
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.
was:
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
<url>dav:http//:some.nice.url.de/${project.groupId}/${project.artifactId}/${project.version}</url>
This is similar to MOJO-1630.
If you need more information to look into this, please let me know.
> 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 2.x Project Info Reports Plugin
> Issue Type: Bug
> Affects Versions: 2.6
> Environment: SLES 11
> Reporter: Jörg Sesterhenn
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira