You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/23 17:17:49 UTC

svn commit: r729025 - /maven/plugin-testing/trunk/src/site/site.xml

Author: vsiveton
Date: Tue Dec 23 08:17:49 2008
New Revision: 729025

URL: http://svn.apache.org/viewvc?rev=729025&view=rev
Log:
o using maven-stylus-skin snap due to r728944

Modified:
    maven/plugin-testing/trunk/src/site/site.xml

Modified: maven/plugin-testing/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/src/site/site.xml?rev=729025&r1=729024&r2=729025&view=diff
==============================================================================
--- maven/plugin-testing/trunk/src/site/site.xml (original)
+++ maven/plugin-testing/trunk/src/site/site.xml Tue Dec 23 08:17:49 2008
@@ -20,13 +20,13 @@
 -->
 
 <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="Plugin Testing" href="http://maven.apache.org/plugin-testing/index.html" />
-    </breadcrumbs>
-
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
     </menu>