On Mon, 2007-09-03 at 14:15 -0700, Phil Steitz wrote:
> This may be a local problem on my end, but I am having trouble getting
> the m2 site generation to work for DBCP.  The current live site was
> generated using m2 and commons-parent 3.  The oddness is in the html
> source for the parent logo that I now get when generating the site
> locally.  I get this in the generated html source:
> 
> <div id="banner">
>  <a href="../" id="bannerLeft">
>  <img src="../images/logo.png" alt="" />
>   </a><a href="index.html" id="bannerRight">
>    <img src="images/dbcp-logo-white.png" alt=""/>
>     </a>
>  <div class="clear">
>   <hr/>
>  </div>
> 
> I don't get why it is putting in a relative path for the parent logo.
> 
> I notice that we do not specify the version of the site plugin in
> commons-parent, which should be fixed, but I don't think the release
> version has changed since the live site was generated.
> 
> Any ideas what could be causing this?
> 

I do remember people talking about using "mvn site:stage" which handles
links differently (more like site:deploy does I think). Not sure if this
is what you are looking for..

http://maven.apache.org/plugins/maven-site-plugin/

Regards,

Simon


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

Reply via email to