Msb3 Maven Skin

Responsive Apache Maven skin built on Bootstrap 3.3

Msb3 skin builds on Twitter Bootstrap and supports predefined and custom Bootstrap themes. They are set using the <theme> element in the customization:

<custom>
  <msb3Skin>
    ...
    <theme>default|site|bootswatch-*</theme>
    ...
  </msb3Skin>
</custom>

There are several options for the <theme> value:

  • default

    (Default: will be used if <theme> is not set).

    Default Bootstrap theme (version 2.1.1). The default theme (with minor customizations) is used for this website.

    The default Bootstrap theme is loaded from the BootstrapCDN Content Delivery Network, which improves website loading by hosting the Bootstrap CSS and JavaScript files.

  • site

    A customized (local) Bootstrap theme. This option should be used when a custom Bootstrap theme is developed and included with the Maven site. The theme expects the following Bootstrap CSS and JavaScript files to be available in src/site/resources:

    • css/bootstrap.min.css
    • js/bootstrap.min.js

    The files can be customized and generated at Bootstrap’s Customize page.

  • bootswatch-*

    One of free Bootstrap themes from Bootswatch. Append the lowercase theme name in the Bootswatch gallery, e.g. bootswatch-readable.

    Bootswatch themes (version 2.1.0) are loaded from the BootstrapCDN Content Delivery Network.

    Preview full themes at the Bootswatch gallery, or check out several examples of Msb3 skin using Bootswatch themes below.

  • Cerulean Bootswatch theme

    Cerulean

    <theme>bootswatch-cerulean</theme>
    
  • Cosmo Bootswatch theme

    Cosmo

    <theme>bootswatch-cosmo</theme>
    
  • Cyborg Bootswatch theme

    Cyborg

    <theme>bootswatch-cyborg</theme>
    
  • Darkly Bootswatch theme

    Darkly

    <theme>bootswatch-darkly</theme>
    
  • Flatly Bootswatch theme

    Flatly

    <theme>bootswatch-flatly</theme>
    
  • Journal Bootswatch theme

    Journal

    <theme>bootswatch-journal</theme>
    
  • Lumen Bootswatch theme

    Lumen

    <theme>bootswatch-lumen</theme>
    
  • Paper Bootswatch theme

    Paper

    <theme>bootswatch-paper</theme>
    
  • Readable Bootswatch theme

    Readable

    <theme>bootswatch-readable</theme>
    
  • Sandstone Bootswatch theme

    Sandstone

    <theme>bootswatch-sandstone</theme>
    
  • Simplex Bootswatch theme

    Simplex

    <theme>bootswatch-simplex</theme>
    
  • Slate Bootswatch theme

    Slate

    <theme>bootswatch-slate</theme>
    
  • Spacelab Bootswatch theme

    Spacelab

    <theme>bootswatch-spacelab</theme>
    
  • Superhero Bootswatch theme

    Superhero

    <theme>bootswatch-superhero</theme>
    
  • United Bootswatch theme

    United

    <theme>bootswatch-united</theme>
    
  • Yeti Bootswatch theme

    Yeti

    <theme>bootswatch-yeti</theme>
    
  • And more..

    Check out all themes at Bootswatch gallery.

    <theme>bootswatch-*</theme>
    

All theme images above are from the Bootswatch gallery.

Back to top

Version: 0.1.2-SNAPSHOT. Last Published: 2015-12-21.

Msb3 Maven skin by Marek Romanowski.