[
https://issues.apache.org/jira/browse/MSITE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136421#comment-15136421
]
Michael Osipov commented on MSITE-743:
--------------------------------------
Hervé, something isn't right because I see this locally:
{noformat}
[INFO] Build Summary:
[INFO] Passed: 51, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * inheritance-interpolation\pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:03 min
[INFO] Finished at: 2016-02-07T21:21:02+01:00
[INFO] Final Memory: 37M/371M
[INFO] ------------------------------------------------------------------------
{noformat}
This is how the HTML file looks like:
{code:html}
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2016-02-07</span>
| <span id="projectVersion">Version: 1.0-SNAPSHOT</span>
| <a
href="../../../../index.html" title="Maven">Maven</a>
>
<a href="../../"
title="relative-parent">relative-parent</a>
>
<a href="../"
title="reactor-parent">reactor-parent</a>
>
<a href="./" title="child">child</a>
>
POMs and Site Decoration Model Inheritance and Interpolation
</div>
<div class="xright">
</div>
<div class="clear">
<hr/>
</div>
</div>
{code}
> Automatic breadcrumbs generates URLs inconsistent with menus: should point to
> index.html
> ----------------------------------------------------------------------------------------
>
> Key: MSITE-743
> URL: https://issues.apache.org/jira/browse/MSITE-743
> Project: Maven Site Plugin
> Issue Type: Bug
> Affects Versions: 3.4
> Reporter: Peter Bäckman
> Assignee: Hervé Boutemy
> Priority: Minor
> Fix For: 3.5
>
> Attachments: BreadcrumbBug.zip
>
>
> With a maven structure like:
> -TOP (with site.xml defining breadcrumb for TOP)
> --CONTAINER (no site.xml)
> ---LEAF (with site.xml)
>
> For the LEAF site I get a breadcrumb structure TOP - CONTAINER - LEAF.
> CONTAINER with link is automatically generated.
> I also have defined <menu ref="parent" /> to get a link to the LEAFs parent
> (=CONTAINER).
> In the breadcrumb the CONTAINER URL is {{...site/ContainerModule}} and in the
> left menu the CONTAINER URL is {{...site/ContainerModule/index.html}}. The
> menu is correct and the breadcrumb wrong since it lacks the {{index.html}}
> part.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)