Configure Appearance

Banner

You can configure the right logo of the banner including title and link on the image. You have to add some information in a POM (like a company POM) (coming from org.apache:apache in this example):

  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://www.apache.org/</url>
  </organization>
  <properties>
    <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
  </properties>

From the menu, choose the Appearance entry :

Appearance

Use the Select a Company POM link :

'Select a Company POM'

The result will be displayed (using org.apache:apache in this example):

'Selected a Company POM'

Note: the POM is searched for in the central repository and in the repositories available for the active profiles from your $user.home/.m2/settings.xml.

Footer

You can configure the footer by putting your own html content in the Appearance entry of the menu.

'Configure footer'

The default value is :

<div class="xright">Copyright &copy; 2005-${currentYear}&nbsp;The Apache Software Foundation</div> <div class="clear"><hr/></div>