Repository Management with Nexus
20.6. Nexus Branding Plugin

The branding plugin is an optional plugin that comes as part of Nexus Professional. It features the possibility to brand your Nexus instance by replacing the default Sonatype Nexus logo with your logo (or an image of your choice).
The new logo needs to be a PNG image. To blend in well in the UI, it is recommended that it is of 60 pixels height and has a transparent background.
By default, the branding plugin will look for the new logo in a file called
sonatype-work/nexus/conf/branding.png
However, it is possible to configure this path by adding a branding.image.path property to the nexus.properties file in $NEXUS_HOME/conf/:
branding.image.path=/data/images/nexus_logo.png
If it fails to find a new logo, the plugin will fall back to using the default Sonatype Nexus logo.
