Author: vsiveton
Date: Tue Dec 23 07:14:59 2008
New Revision: 728992
URL: http://svn.apache.org/viewvc?rev=728992&view=rev
Log:
o using maven-stylus-skin snap due to r728944
Modified:
maven/plugins/trunk/src/site/site.xml
Modified: maven/plugins/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/src/site/site.xml?rev=728992&r1=728991&r2=728992&view=diff
==============================================================================
--- maven/plugins/trunk/src/site/site.xml (original)
+++ maven/plugins/trunk/src/site/site.xml Tue Dec 23 07:14:59 2008
@@ -20,11 +20,11 @@
-->
<project>
- <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="Plugins" href="http://maven.apache.org/plugins/index.html" />
- </breadcrumbs>
- </body>
+ <!-- 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/>
</project>