You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/03/02 15:01:01 UTC

svn commit: r155919 - in maven/maven-1/plugins/trunk: maven.xml project.properties xdocs/index.xml xdocs/navigation.xml

Author: brett
Date: Wed Mar  2 06:01:00 2005
New Revision: 155919

URL: http://svn.apache.org/viewcvs?view=rev&rev=155919
Log:
clean up site

Removed:
    maven/maven-1/plugins/trunk/xdocs/index.xml
Modified:
    maven/maven-1/plugins/trunk/maven.xml
    maven/maven-1/plugins/trunk/project.properties
    maven/maven-1/plugins/trunk/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?view=diff&r1=155918&r2=155919
==============================================================================
--- maven/maven-1/plugins/trunk/maven.xml (original)
+++ maven/maven-1/plugins/trunk/maven.xml Wed Mar  2 06:01:00 2005
@@ -16,6 +16,7 @@
  */
  -->
 <project
+  xmlns:ant="jelly:ant"
   xmlns:i="jelly:interaction"
   xmlns:j="jelly:core">
 
@@ -36,5 +37,9 @@
       <attainGoal name="site:sshdeploy" />
     </j:if>
   </goal>
+
+  <postGoal name="site">
+    <ant:move file="${maven.docs.dest}/projects-overview.html" tofile="${maven.docs.dest}/index.html" />
+  </postGoal>
 
 </project>

Modified: maven/maven-1/plugins/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.properties?view=diff&r1=155918&r2=155919
==============================================================================
--- maven/maven-1/plugins/trunk/project.properties (original)
+++ maven/maven-1/plugins/trunk/project.properties Wed Mar  2 06:01:00 2005
@@ -33,8 +33,8 @@
 # Multiproject plugin settings
 maven.multiproject.navigation=independent
 maven.multiproject.overviewPage.title=Maven Plugins
-maven.multiproject.overviewPage.link=plugins
-maven.multiproject.overviewPage.text=The following Maven plugins are available:
+#maven.multiproject.overviewPage.link=index
+maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a>.
 maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml
 
 maven.xdoc.date = left

Modified: maven/maven-1/plugins/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdocs/navigation.xml?view=diff&r1=155918&r2=155919
==============================================================================
--- maven/maven-1/plugins/trunk/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/xdocs/navigation.xml Wed Mar  2 06:01:00 2005
@@ -27,8 +27,7 @@
       <item name="Maven"                   href="http://maven.apache.org/index.html"/>
     </links>
    <menu name="Overview">
-      <item name="About"                   href="/index.html"/>
-      <item name="Plugins"                 href="/plugins.html"/>
+      <item name="Plugins"                 href="/index.html"/>
       <item name="FAQ"                     href="/faq.html"/>
     </menu>
   </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org