Hi Laurie,

I had the same problem a while ago and was told I had to make my own
template. It's not that complicated though, I simply copied the
maven-site.vm from maven-site-plugin.jar. You can then configure the plugin
to use your template.

See http://movlan.sourceforge.net/ for the end result of my modifications.

Kind regards,
Roland

On 2/28/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
>
> Yeah, that'd work -- if I wasn't already using bannerLeft and
> bannerRight to display project logos ;-) What I was hoping to do was put
> the banner image underneath all the navigation links in the sidebar, in
> the same place as the Build by Maven image.
>
> L.
>
> Yann Le Du wrote:
> > Hi Laurie, in your site.xml you can add e.g. :
> >
> > ~ <project name="MyProject">
> > ~   <bannerLeft>
> > ~     <name>SourceForge</name>
> > ~     <src>http://images.sourceforge.net/sfx/logo.gif</src>
> > ~     <href>http://sf.net</href>
> > ~   </bannerLeft>
> > ~   ...
> >
> > Is it what you want ?
> >
> > http://maven.apache.org/guides/mini/guide-site.html
> >
> > - Yann
> >
> > 2006/2/28, Laurie Harper <[EMAIL PROTECTED]>:
> >> Hi, I have a Maven2 generated site hosted on sf.net. There's a
> >> requirement that every page display a SourceForge banner image, so I'm
> >> trying to figure out how to make 'mvn site' include one for me
> >> automatically.
> >>
> >> I was hoping I could put something in site.xml to put the banner in the
> >> left nav bar, under the Maven banner image. Can that be done, or do I
> >> need to use a customized template?
> >>
> >> L.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to