[ http://jira.codehaus.org/browse/MNG-986?page=all ]
Johnny R. Ruiz III updated MNG-986:
-----------------------------------
Attachment: MNG-986-maven-site-plugin.patch
- I have attached a patch that will allow to configure the PoweredByLogo
- I did some improvement, now you can include more than one logo.
- To test, add this to your site.xml
<poweredByLogos>
<poweredByLogo>
<title>Powered By Title</title>
<url>http://www.yahoo.com</url>
</poweredByLogo>
<poweredByLogo>
<title>Powered By Title 2</title>
<image>maven-feather.png</image>
<url>http://www.google.com</url>
</poweredByLogo>
</poweredByLogos>
Please apply this patch. Thanks :)
> add configurable powered by logo
> --------------------------------
>
> Key: MNG-986
> URL: http://jira.codehaus.org/browse/MNG-986
> Project: Maven 2
> Type: Improvement
> Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
> Fix For: 2.0.1
> Attachments: MNG-986-maven-site-plugin.patch
>
>
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]