You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Alexander Hars (JIRA)" <ji...@codehaus.org> on 2006/01/11 12:29:01 UTC

[jira] Commented: (MJAVADOC-42) Ability to provide more complex data to tag (e.g. HTML code)

    [ http://jira.codehaus.org/browse/MJAVADOC-42?page=comments#action_55502 ] 

Alexander Hars commented on MJAVADOC-42:
----------------------------------------

You are right, you can achieve this with CDATA right now. For example:  

<bottom><![CDATA[Copyright 2005, <a href="[WWW] http://www.mycompany.com">MyCompany, Inc.<a>]]></bottom>

I guess, this is a documentation issue. I have added this info to the wiki page at: http://wiki.apache.org/maven/JavadocPlugin

But it would be good to add this to the documentation of the JavaDoc Plugin. 

> Ability to provide more complex data to <bottom> tag (e.g. HTML code)
> ---------------------------------------------------------------------
>
>          Key: MJAVADOC-42
>          URL: http://jira.codehaus.org/browse/MJAVADOC-42
>      Project: Maven 2.x Javadoc Plugin
>         Type: Improvement

>     Reporter: Chris Hagmann

>
>
> Before when using ANT we used something like the following for the bottom tag:
> ©2004-2006 <a href='http://www.mhave.com'>mHave</a>, all rights reserved.<p>Use is subject to these <a href='http://www.mhave.com/licenses/mhave-commons/license.html'>license terms</a> unless otherwise stated.
> Obviously, I'm not able to do this currently with the javadoc plugin. I'm assuming that it needs to be possible to specify the content of <bottom> as CDATA to achieve something like this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org