Author: hboutemy
Date: Sat Apr 19 08:39:47 2008
New Revision: 649828

URL: http://svn.apache.org/viewvc?rev=649828&view=rev
Log:
removed Mojo plugin versions, which are not up-to-date, pointed to 
http://mojo.codehaus.org/plugins.html instead

Modified:
    maven/site/trunk/src/site/apt/plugins/index.apt

Modified: maven/site/trunk/src/site/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugins/index.apt?rev=649828&r1=649827&r2=649828&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Sat Apr 19 08:39:47 2008
@@ -128,28 +128,29 @@
 
 * Outside The Maven Land
 
-  There are also many plug-ins available at the {{{http://mojo.codehaus.org} 
Mojo}} project at Codehaus.
-  To see the most up-to-date list browse the Codehaus repository at 
{{http://repository.codehaus.org/}}, specifically
-  the {{{http://repository.codehaus.org/org/codehaus/mojo/} 
<<<org/codehaus/mojo>>>}} subfolder. Here are a few
+  There are also {{{http://mojo.codehaus.org/plugins.html}many plug-ins}} 
available at the {{{http://mojo.codehaus.org} Mojo}} project at Codehaus.
+
+  To see the most up-to-date list, browse the Codehaus repository at 
{{http://repository.codehaus.org/}}, specifically
+  the 
{{{http://repository.codehaus.org/org/codehaus/mojo/}<<<org/codehaus/mojo>>>}} 
subfolder. Here are a few
   common ones:
 
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-|| <<Plugin>>                                                                  
 || <<Version>> || <<Description>>
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/build-helper-maven-plugin/} <<<build-helper>>>}} 
 | 1.0 | Attach extra artifacts and source folders to build.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/castor-maven-plugin/} <<<castor>>>}}             
 | 1.0     | Generate sources from an XSD using Castor.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/javacc-maven-plugin/} <<<javacc>>>}}             
 | 2.2     | Generate sources from a JavaCC grammer.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/jdepend-maven-plugin/} <<<jdepend>>>}}           
 | 2.0-beta-1 | Generate a report on code metrics using JDepend.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/maven-native/native-maven-plugin/} 
<<<native>>>}} | 1.0-alpha-2 | Compiles C and C++ code with native compilers.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/sql-maven-plugin/} <<<sql>>>}}                   
 | 1.0     | Executes SQL scripts from files or inline.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
-| {{{http://mojo.codehaus.org/taglist-maven-plugin/} <<<taglist>>>}}           
 | 2.1     | Generate a list of tasks based on tags in your code.
-*-------------------------------------------------------------------------------+--------------+----------------------------------+
+*-------------------------------------------------------------------------------+----------------------------------+
+|| <<Plugin>> (see {{{http://mojo.codehaus.org/plugins.html}complete list with 
version}}) || <<Description>>
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/build-helper-maven-plugin/} <<<build-helper>>>}} 
 | Attach extra artifacts and source folders to build.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/castor-maven-plugin/} <<<castor>>>}}             
 | Generate sources from an XSD using Castor.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/javacc-maven-plugin/} <<<javacc>>>}}             
 | Generate sources from a JavaCC grammer.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/jdepend-maven-plugin/} <<<jdepend>>>}}           
 | Generate a report on code metrics using JDepend.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/maven-native/native-maven-plugin/} 
<<<native>>>}} | Compiles C and C++ code with native compilers.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/sql-maven-plugin/} <<<sql>>>}}                   
 | Executes SQL scripts from files or inline.
+*-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/taglist-maven-plugin/} <<<taglist>>>}}           
 | Generate a list of tasks based on tags in your code.
+*-------------------------------------------------------------------------------+----------------------------------+
 
   A number of other projects provide their own Maven plugins. This includes:
 


Reply via email to