You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/08/02 18:07:49 UTC

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

Author: vsiveton
Date: Thu Aug  2 09:07:48 2007
New Revision: 562160

URL: http://svn.apache.org/viewvc?view=rev&rev=562160
Log:
o added maven-patch-plugin link

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?view=diff&rev=562160&r1=562159&r2=562160
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Thu Aug  2 09:07:48 2007
@@ -97,6 +97,8 @@
 *-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-one-plugin/} <<<one>>>}}                         | 1.1    | A plugin for interacting with legacy Maven 1.x repositories and builds.
 *-----------------------------------------------------------+--------+----------------------------------------------+
+| {{{maven-patch-plugin/} <<<patch>>>}}                     | 1.0    | Use the gnu patch tool to apply patch files to source code.
+*-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-plugin-plugin/} <<<plugin>>>}}                   | 2.3    | Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR.
 *-----------------------------------------------------------+--------+----------------------------------------------+
 | {{{maven-release-plugin/} <<<release>>>}}                 | 2.0-beta-6 | Release the current project - updating the POM and tagging in the SCM.