----- Available Skins ----- Dennis Lundberg Karl Heinz Marbaise Michael Osipov ----- 2012-04-05 ----- ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you under the Apache License, Version 2.0 (the ~~ "License"); you may not use this file except in compliance ~~ with the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, ~~ software distributed under the License is distributed on an ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~~ KIND, either express or implied. See the License for the ~~ specific language governing permissions and limitations ~~ under the License. ~~ NOTE: For help with the syntax of this file, see: ~~ https://maven.apache.org/doxia/references/apt-format.html Available Skins The following table lists skins that are available for you to use in your Maven generated site. * Supported By The Maven Project *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+ || <> || <> || Site Plugin Version || <> || <> || <> *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+ | {{{/skins/maven-default-skin/} <<>>}} | 1.2 | [3.5,) | You get this skin if you don't specify any skin or template. | {{{http://gitbox.apache.org/repos/asf/maven-default-skin/}GIT}} / {{{https://github.com/apache/maven-default-skin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MSKINS/component/12326472}JIRA}} *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+ | {{{/skins/maven-fluido-skin/} <<>>}} | 1.7 | [3.7,) | Skin based on Bootstrap CSS. | {{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GIT}} / {{{https://github.com/apache/maven-fluido-skin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MSKINS/component/12326474}JIRA}} *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+ ** Retired *-------------------------------------------------------------------+--------------+----------------------+-------------------+------------------+ || <> || <> || Site Plugin Version || <> || <> *-------------------------------------------------------------------+--------------+----------------------+-------------------+------------------+ | {{{/skins/maven-application-skin/} <<>>}} | 1.0 | (,3.4] | 2015-12-28 |A skin used by applications like Continuum. *-------------------------------------------------------------------+--------------+----------------------+-------------------+------------------+ | {{{/skins/maven-classic-skin/} <<>>}} | 1.1 | (,3.4] | 2015-12-28 | This skin resembles the look of a site generated by Maven 1. *-------------------------------------------------------------------+--------------+----------------------+-------------------+------------------+ | {{{/skins/maven-stylus-skin/} <<>>}} | 1.5 | (,3.4] | 2015-12-28 | The skin used for the website of Maven itself. *-------------------------------------------------------------------+--------------+----------------------+-------------------+------------------+ * Outside The Maven Land *-------------------------------------------------------------------+----------------+-----------------------+ || <> || <> || <> *-------------------------------------------------------------------+----------------+-----------------------+ | {{{http://andriusvelykis.github.io/reflow-maven-skin/} <<>>}} | {{{https://github.com/andriusvelykis} Andrius Velykis}} | Responsive Apache Maven skin to reflow the standard Maven site with a modern fe *-------------------------------------------------------------------+----------------+-----------------------+ * Instructions To use one of these skins in your project, you use the <<>> element of the {{{https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html}site descriptor}}. This is a regular artifact or dependency-like element. For example, to use the Maven Fluido Skin, you would include the this in your <<>> file: +-----+ ... org.apache.maven.skins maven-fluido-skin 1.7 ... +-----+