Dennis Lundberg wrote:
Vincent Siveton wrote:
Hi Dennis,

2006/7/28, Dennis Lundberg <[EMAIL PROTECTED]>:
The DOCCK plugin has been a great help for us who have been working on
updating the plugin documentation. The docs for it is in the standard
format. I have published the site, but have not linked to it from the
Maven site yet:
  http://maven.apache.org/plugins/maven-docck-plugin/

Missing images...

Any idea why that is? I've seen it on and off. Before publishing the site I did mvn clean just to make sure it's clean. I've tried rebuilding the site for several plugins and they are all missing those banner images.

This is using a locally built Maven 2.0.5-SNAPSHOT and site-plugin 2.0-beta-5 or 2.0-SNAPSHOT. Something must be messed up with my installation, but what part?

Just had a thought and looked at the generated html pages. They reference the images using relative URLs like this:

  <img src="images/apache-maven-project.png" alt="" />

but the site.xml has them as absolute URLs:

  <bannerLeft>
    <name>Maven DOCCK plugin</name>
    <src>http://maven.apache.org/images/apache-maven-project.png</src>
    <href>http://maven.apache.org/</href>
  </bannerLeft>


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to