Author: bentmann
Date: Sun Oct 17 12:39:13 2010
New Revision: 1023480
URL: http://svn.apache.org/viewvc?rev=1023480&view=rev
Log:
[MANTRUN-156] Plugin documentation refers to "Maven 2"
Submitted by: Edward Staub
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt.vm
Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt?rev=1023480&r1=1023479&r2=1023480&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt Sun Oct 17
12:39:13 2010
@@ -28,7 +28,7 @@
Maven AntRun Plugin
- This plugin provides the ability to run Ant tasks from within Maven 2. You
can
+ This plugin provides the ability to run Ant tasks from within Maven. You can
even embed your Ant scripts in the POM!
It is <not> the intention of this plugin to provide a means of polluting the
@@ -37,13 +37,13 @@ Maven AntRun Plugin
{{{http://ant.apache.org/manual/CoreTasks/ant.html}\<ant/\> task}}.
One of the main purposes of this plugin is to facilitate the migration from
Ant
- based projects to Maven 2. Some projects may not currently be able to migrate
- because they depend on custom build functionality that Maven 2 doesn't
provide
+ based projects to Maven. Some projects may not currently be able to migrate
+ because they depend on custom build functionality that Maven doesn't provide
by default.
* Goals Overview
- * {{{./run-mojo.html}antrun:run}} runs Ant tasks for Maven 2.
+ * {{{./run-mojo.html}antrun:run}} runs Ant tasks for Maven.
* Usage
Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt.vm?rev=1023480&r1=1023479&r2=1023480&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/usage.apt.vm Sun Oct
17 12:39:13 2010
@@ -32,7 +32,7 @@ Usage
The maven-antrun-plugin has only one goal, <<<run>>>.
- This allows Maven 2 to run Ant tasks. To do so, there must be an existing
+ This allows Maven to run Ant tasks. To do so, there must be an existing
project and maven-antrun-plugin must have its <<<\<target\>>>> tag
configured (although it would still execute without the <<<\<target\>>>> tag,
it would not do anything). Below is the template for