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 2010/08/12 22:08:07 UTC

svn commit: r984939 - /maven/archetype/trunk/src/site/site.xml

Author: hboutemy
Date: Thu Aug 12 20:08:06 2010
New Revision: 984939

URL: http://svn.apache.org/viewvc?rev=984939&view=rev
Log:
added skin version reference

Modified:
    maven/archetype/trunk/src/site/site.xml

Modified: maven/archetype/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/src/site/site.xml?rev=984939&r1=984938&r2=984939&view=diff
==============================================================================
--- maven/archetype/trunk/src/site/site.xml (original)
+++ maven/archetype/trunk/src/site/site.xml Thu Aug 12 20:08:06 2010
@@ -22,6 +22,12 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <skin><!-- TODO: remove when upgrading to maven-parent 17 -->
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.2</version>
+  </skin>
+
   <body>
     <breadcrumbs>
       <item name="Maven" href="http://maven.apache.org/index.html" />