poweredBy Logo links don't work ------------------------------- Key: MSITE-197 URL: http://jira.codehaus.org/browse/MSITE-197 Project: Maven 2.x Site Plugin Issue Type: Bug Affects Versions: 2.0-beta-5 Reporter: Henning Schmiedehausen Priority: Minor
I added the following poweredBy Item to my site: <poweredBy> <logo name="Apache Velocity" href="http://velocity.apache.org" img="/images/pbv90x30.png" /> </poweredBy> This gets rendered out to <a href="" title="Apache Velocity" id="poweredBy"> <img alt="Apache Velocity" src="images/pbv90x30.png" /> </a> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. -- 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