Author: aheritier Date: Thu Mar 16 15:07:23 2006 New Revision: 386478 URL: http://svn.apache.org/viewcvs?rev=386478&view=rev Log: Improve documentation about history of plugins included in maven distributions (thx to Lukas)
Modified: maven/maven-1/core/trunk/xdocs/navigation.xml maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml maven/maven-1/core/trunk/xdocs/plugins/index.xml Modified: maven/maven-1/core/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation.xml?rev=386478&r1=386477&r2=386478&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/navigation.xml (original) +++ maven/maven-1/core/trunk/xdocs/navigation.xml Thu Mar 16 15:07:23 2006 @@ -104,7 +104,7 @@ <menu name="Plugins"> <item name="Getting them" href="/plugins/index.html"/> <item name="Bundled Plugins" href="http://maven.apache.org/maven-1.x/plugins/bundled/"/> - <item name="Bundled Plugins History" href="/plugins/bundledHistory.html"/> + <item name="History" href="/plugins/bundledHistory.html"/> <item name="Plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins/sandbox/"/> <item name="Plugins @ sf.net" href="http://maven-plugins.sourceforge.net/" target="_blank"/> <item name="Other 3rd Party Plugins" href="/plugins/3rdparty.html"/> Modified: maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml?rev=386478&r1=386477&r2=386478&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml (original) +++ maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml Thu Mar 16 15:07:23 2006 @@ -23,7 +23,7 @@ </properties> <body> <section name="Bundled plugins history"> - <p>This page gives you the list of plugins with their releases bundled with maven.</p> + <p>This page gives a list of plugins that were included in a given release of Maven. The symbol <img src="../images/icon_error_sml.gif" alt="Not available"/> means that the corresponding plugin was not included in this Maven release.</p> <table> <thead> <tr> @@ -35,7 +35,7 @@ <th width="15%">1.0.1</th> <th width="15%">1.0.2 (current stable release)</th> <th width="15%">1.1-beta2 (last test release)</th> - <th width="15%">1.1-beta3 * (next test release)</th> + <th width="15%">1.1-beta3 <a href="#footer">*</a> (next test release)</th> </tr> </thead> <tbody> @@ -957,7 +957,8 @@ </tr> </tbody> </table> - <p>* We are currently working on this release, thus this information isn't stable. </p> + <p> + <a name="footer"/>* We are currently working on this release, thus the information here is preliminary. </p> </section> </body> </document> Modified: maven/maven-1/core/trunk/xdocs/plugins/index.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/plugins/index.xml?rev=386478&r1=386477&r2=386478&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/plugins/index.xml (original) +++ maven/maven-1/core/trunk/xdocs/plugins/index.xml Thu Mar 16 15:07:23 2006 @@ -33,6 +33,12 @@ </tr> <tr> <th> + <a href="./bundledHistory.html">Bundled plugins history</a> + </th> + <td>The history of plugins included in the Maven distribution.</td> + </tr> + <tr> + <th> <a href="http://maven.apache.org/maven-1.x/plugins/sandbox/">Sandbox plugins</a> </th> <td>Plugins that have been developed by the Maven team but are not included in the main distribution either because they are still in early development or because they are no longer maintained.</td>