You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/08 01:36:39 UTC

[jira] [Commented] (MSKINS-114) Change site.vm when DOXIASITETOOLS-82 has been published

    [ https://issues.apache.org/jira/browse/MSKINS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136538#comment-15136538 ] 

Hudson commented on MSKINS-114:
-------------------------------

FAILURE: Integrated in maven-skins #232 (See [https://builds.apache.org/job/maven-skins/232/])
[MSKINS-114] Change site.vm when DOXIASITETOOLS-82 has been published (michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1729059])
* maven-fluido-skin/src/it/mskins-22/src/site/site.xml
* maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml
* maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml
* maven-fluido-skin/src/it/mskins-23/src/site/site.xml
* maven-fluido-skin/src/it/mskins-24/src/site/site.xml
* maven-fluido-skin/src/it/mskins-24_topbar/src/site/site.xml
* maven-fluido-skin/src/it/mskins-25/src/site/site.xml
* maven-fluido-skin/src/it/sidebar/src/site/site.xml
* maven-fluido-skin/src/it/topbar-inverse/src/site/site.xml
* maven-fluido-skin/src/it/topbar/src/site/site.xml
* maven-fluido-skin/src/main/resources/META-INF/maven/site.vm


> Change site.vm when DOXIASITETOOLS-82 has been published
> --------------------------------------------------------
>
>                 Key: MSKINS-114
>                 URL: https://issues.apache.org/jira/browse/MSKINS-114
>             Project: Maven Skins
>          Issue Type: Sub-task
>          Components: Fluido Skin
>    Affects Versions: stylus-1.4
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>             Fix For: fluido-1.5
>
>
> Documenation for /body/footer says:
> bq. If present, the contained text will be used instead of the generated copyright text.
> The [default skin|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm] does this correctly with:
> {code}
> <div id="footer">
>       <div class="xright">
>       #if($decoration.body.footer)
>         $decoration.body.footer
>       #else
>         Copyright &#169;#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )
>       #end
>       </div>
>       <div class="clear">
>         <hr/>
>       </div>
> {code}
> This logic should be applied here as soon as the Decoration Model 1.7 is released.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)