Configure Appearance

Banner

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

  <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 display (here using org.apache:apache) :

'Selected a Company POM'

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

Footer

You can configure the footer with writing your own html content from 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>