Ondrej Zizka created MJAVADOC-344:
-------------------------------------

             Summary: -Dfooter doesn't set the Javadoc footer.
                 Key: MJAVADOC-344
                 URL: https://jira.codehaus.org/browse/MJAVADOC-344
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
            Reporter: Ondrej Zizka


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to