Author: dennisl
Date: Sun Dec 28 11:28:29 2008
New Revision: 729763

URL: http://svn.apache.org/viewvc?rev=729763&view=rev
Log:
o Remove the skin, because each skin artifact uses it's own skin. Also, we 
can't release maven-skins parent if there is a SNAPSHOT dependency.
o Add breadcrumbs.

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

Modified: maven/skins/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/src/site/site.xml?rev=729763&r1=729762&r2=729763&view=diff
==============================================================================
--- maven/skins/trunk/src/site/site.xml (original)
+++ maven/skins/trunk/src/site/site.xml Sun Dec 28 11:28:29 2008
@@ -20,13 +20,12 @@
 -->
 
 <project>
-  <!-- TODO remove when using Maven Parent 11+ -->
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1-SNAPSHOT</version>
-  </skin>
   <body>
+    <breadcrumbs>
+      <!-- TODO: This breadcrumb should be removed when it has been solved in 
the parent -->
+      <item name="Maven" href="http://maven.apache.org/index.html"; />
+      <item name="Skins" href="http://maven.apache.org/skins/index.html"; />
+    </breadcrumbs>
     <menu ref="modules"/>
     <menu ref="reports" inherit="bottom"/>
   </body>


Reply via email to