You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/12 10:25:27 UTC

svn commit: r694648 - in /maven/plugin-tools/trunk: pom.xml src/site/site.xml

Author: bentmann
Date: Fri Sep 12 01:25:26 2008
New Revision: 694648

URL: http://svn.apache.org/viewvc?rev=694648&view=rev
Log:
o Inherited from maven-parent:9

Modified:
    maven/plugin-tools/trunk/pom.xml
    maven/plugin-tools/trunk/src/site/site.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=694648&r1=694647&r2=694648&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Fri Sep 12 01:25:26 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>8</version>
+    <version>9</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 

Modified: maven/plugin-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=694648&r1=694647&r2=694648&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/src/site/site.xml Fri Sep 12 01:25:26 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -20,49 +20,13 @@
 -->
 
 <project>
-  <!-- TODO: removed when maven-site-plugin is released -->
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.0.1</version>
-  </skin>
-
-  <publishDate format="yyyy-MM-dd" position="left" />
-  <version position="left" />
-
   <body>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
-
-    <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
-    </links>
+    <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 Tools" href="http://maven.apache.org/plugin-tools/index.html" />
+    </breadcrumbs>
 
     <menu ref="modules" />
-
-    <menu ref="reports" inherit="bottom" />
   </body>
 </project>