You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2009/11/17 15:09:54 UTC

svn commit: r881296 - /maven/site/trunk/src/site/apt/plugins/index.apt

Author: aheritier
Date: Tue Nov 17 14:09:53 2009
New Revision: 881296

URL: http://svn.apache.org/viewvc?rev=881296&view=rev
Log:
Add links to animal-sniffer and versions plugins in Mojo which are very usefull

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=881296&r1=881295&r2=881296&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Tue Nov 17 14:09:53 2009
@@ -185,6 +185,8 @@
 *-------------------------------------------------------------------------------+----------------------------------+
 || <<Plugin>> (see {{{http://mojo.codehaus.org/plugins.html}complete list with version}}) || <<Description>>
 *-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/animal-sniffer-maven-plugin/} <<<animal-sniffer>>>| Build signatures of APIs (JDK for example) and checks your classes against them.
+*-------------------------------------------------------------------------------+----------------------------------+
 | {{{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.
@@ -199,6 +201,8 @@
 *-------------------------------------------------------------------------------+----------------------------------+
 | {{{http://mojo.codehaus.org/taglist-maven-plugin/} <<<taglist>>>}}            | Generate a list of tasks based on tags in your code.
 *-------------------------------------------------------------------------------+----------------------------------+
+| {{{http://mojo.codehaus.org/versions-maven-plugin/} <<<versions>>>}}          | Manage versions of your project, its modules, dependencies and plugins.
+*-------------------------------------------------------------------------------+----------------------------------+
 
 ** At code.google.com