You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by bu...@apache.org on 2015/12/28 22:59:54 UTC

svn commit: r976589 - in /websites/staging/maven/trunk/content: ./ maven-site-1.0-site.jar skins/index.html

Author: buildbot
Date: Mon Dec 28 21:59:53 2015
New Revision: 976589

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar
    websites/staging/maven/trunk/content/skins/index.html

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 28 21:59:53 2015
@@ -1 +1 @@
-1721960
+1722014

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: websites/staging/maven/trunk/content/skins/index.html
==============================================================================
--- websites/staging/maven/trunk/content/skins/index.html (original)
+++ websites/staging/maven/trunk/content/skins/index.html Mon Dec 28 21:59:53 2015
@@ -473,13 +473,13 @@ Karl Heinz Marbaise" />
 <td align="left"><a href="/skins/maven-fluido-skin/"> <tt>Maven Fluido Skin</tt></a></td>
 <td align="left">1.4</td>
 <td align="left">Skin based on bootstrap CSS.</td></tr></table>
-<p>To use one of these skins in your project, you use the <tt>skin</tt> element of the <a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html">site descriptor</a>. This is a regular artifact or dependency-like element. For example, to use the Maven Classic Skin, you would include the this in your <tt>site.xml</tt> file:</p>
+<p>To use one of these skins in your project, you use the <tt>skin</tt> element of the <a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html">site descriptor</a>. This is a regular artifact or dependency-like element. For example, to use the Maven Fluido Skin, you would include the this in your <tt>site.xml</tt> file:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ...
   &lt;skin&gt;
     &lt;groupId&gt;org.apache.maven.skins&lt;/groupId&gt;
-    &lt;artifactId&gt;maven-classic-skin&lt;/artifactId&gt;
-    &lt;version&gt;1.1&lt;/version&gt;
+    &lt;artifactId&gt;maven-fluido-skin&lt;/artifactId&gt;
+    &lt;version&gt;1.4&lt;/version&gt;
   &lt;/skin&gt;
   ...
 &lt;/project&gt;</pre></div>