Hmm... your logo is at the right side.... this is easy... bannerRight.... just like bannerLeft...
I want to add a new banner after the 'Powered by Maven'.... (At the top there is already the project and group logos) Thanks anyway Guilherme 2006/2/3, Scokart Gilles <[EMAIL PROTECTED]>: > Here is a sample project doing exactly what you want to do: > > <project name="nextMock"> > <bannerLeft> > <name>nextMock</name> > <src>images/nextmock_banner.png</src> > <href>http://nextmock.sourceforge.net/</href> > </bannerLeft> > <bannerRight> > <name>Hosted by sourceforge</name> > <href>http://sourceforge.net</href> > <src>http://sourceforge.net/sflogo.php?group_id=142555&type=1</src> > </bannerRight> > <body> > <links> > <item name="jMock" href="http://www.jmock.org"/> > <item name="about mock objects" href="http://www.mockobjects.com/"/> > </links> > > <menu name="nextMock"> > <item name="Introduction" href="index.html"/> > <item name="Download" href="download.html"/> > <item name="Road Map" href="roadmap.html" /> > </menu> > > <menu name="Documentation"> > <item name="Expectation APIs" href="api.html"/> > <item name="Ant Task" href="ant.html"/> > <item name="Maven Plug-in" href="maven.html"/> > <item name="Configuration" href="config_file.html"/> > <!-- <item name="Open Questions" > href="open_questions.html"/> --> > </menu> > > <menu name="Project Info"> > <item name="Mailing List" href="mail-lists.html"/> > <item name="Dependencies" href="dependencies.html"/> > > <item name="Project Team" href="team-list.html"/> > <item name="License" href="license.html"/> > </menu> > > </body> > </project> > > > > > -----Original Message----- > > From: Guilherme Silveira [mailto:[EMAIL PROTECTED] > > Sent: 03 February 2006 12:39 > > To: Maven Users List > > Subject: site.xml descriptor > > > > I can't find the descriptor for site.xml... > > > > I simply wanted to add sourceforge's logo to the bottom of the > > navigation menu.... but i couldnt find it looking at the docs... i > > believe it must be a simple tag to add a "menu image link"... > > > > Anyone? > > > > Thanks > > > > Guilherme > > -- > > Guilherme Silveira > > -------------------------------------------------- > > [EMAIL PROTECTED] > > Caelum - Ensino e Solucoes em Java > > www.caelum.com.br > > > > --------------------------------------------------------------------- > > 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] > > -- Guilherme Silveira -------------------------------------------------- [EMAIL PROTECTED] Caelum - Ensino e Solucoes em Java www.caelum.com.br --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
