You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/26 19:51:38 UTC

[maven-site-plugin] branch master updated: [MARCHETYPES-59] added a link to the new maven-archetype-site-skin

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f651887  [MARCHETYPES-59] added a link to the new maven-archetype-site-skin
f651887 is described below

commit f6518875adbbaab442d06033bcddba197202038e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Feb 26 20:40:10 2018 +0100

    [MARCHETYPES-59] added a link to the new maven-archetype-site-skin
---
 src/site/apt/examples/creatingskins.apt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/site/apt/examples/creatingskins.apt b/src/site/apt/examples/creatingskins.apt
index 874d948..ffe8c7c 100644
--- a/src/site/apt/examples/creatingskins.apt
+++ b/src/site/apt/examples/creatingskins.apt
@@ -47,10 +47,18 @@ Creating Skins
     * A couple of CSS files, containing the visual styling
 
     * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site
+    (by default, {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Site Renderer}}'s
+    {{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}<<<default-site.vm>>>}}
+    is used
 
     * Since Maven Site Plugin 3.5, an optional {{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}}
     in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin
 
+* Maven Site Skin Archetype
+
+  {{{/archetypes/maven-archetype-site-skin/}<<<maven-archetype-site-skin>>> archetype}} can be used to easily create a complete
+  new skin project, including its dedicated <<</META-INF/maven/site.vm>>>.
+
 * Building
 
   A skin is built like any other JAR - with a <<<packaging>>> of <<<jar>>>.

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.