[
http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated MSITE-197:
----------------------------------
Attachment: MSITE-197.zip
Here's a small project that displays this behavior. The default config has a
href="" on the poweredBy logo, because the url in the pom is the same as the
url for the poweredBy logo.
If you change the url in the pom to the maven.apache.org one that is currently
commented out, you will see that the href on the poweredBy logo will be
different.
> 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
> Components: relative links
> Affects Versions: 2.0-beta-5
> Reporter: Henning Schmiedehausen
> Priority: Minor
> Attachments: MSITE-197.zip
>
>
> 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