[
https://jira.codehaus.org/browse/MJAVADOC-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg closed MJAVADOC-344.
------------------------------------
Resolution: Cannot Reproduce
No, it is not the same as bottom.
I tried the example command using the version of maven-javadoc-plugin that was
current at the time this problem was reported, 2.8.1. It correctly inserted BAR
to the footer of the generated Javadocs.
> -Dfooter doesn't set the Javadoc footer.
> ----------------------------------------
>
> Key: MJAVADOC-344
> URL: https://jira.codehaus.org/browse/MJAVADOC-344
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Reporter: Ondrej Zizka
> Fix For: 2.9.2
>
>
> This
> http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#footer
> says that the footer property has expression {code}$\{footer}{code}.
> However, if I try
> {code}
> mvn javadoc:aggregate -PjavadocDist -Ddoctitle='FOO' -Dfooter='BAR'
> {code}
> I get
> {code}
> -doctitle
> 'FOO'
> -footer
> '<b>Test project: Build 1.0-SNAPSHOT</b>'
> {code}
> Setting {{<footer>}} in pom.xml works.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)