Author: bentmann
Date: Sun Oct 17 12:45:41 2010
New Revision: 1023484
URL: http://svn.apache.org/viewvc?rev=1023484&view=rev
Log:
[MASSEMBLY-512] Plugin documentation refers to "Maven 2"
Submitted by: Edward Staub
Modified:
maven/plugins/trunk/maven-assembly-plugin/pom.xml
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1023484&r1=1023483&r2=1023484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Oct 17 12:45:41 2010
@@ -33,7 +33,7 @@ under the License.
<packaging>maven-plugin</packaging>
<name>Maven Assembly Plugin</name>
- <description>A Maven 2 plugin to create archives of your project's sources,
classes, dependencies etc. from flexible assembly descriptors.</description>
+ <description>A Maven plugin to create archives of your project's sources,
classes, dependencies etc. from flexible assembly descriptors.</description>
<prerequisites>
<maven>2.2.1</maven>
Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt?rev=1023484&r1=1023483&r2=1023484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt Sun Oct 17
12:45:41 2010
@@ -58,7 +58,7 @@ Maven Assembly Plugin
* and any other format that the ArchiveManager has been configured for
- To use the Assembly Plugin in Maven 2, you simply need to:
+ To use the Assembly Plugin in Maven, you simply need to:
* choose or write the assembly descriptor to use,
@@ -83,7 +83,7 @@ What is an Assembly?
The Assembly Plugin provides a descriptor format which allows you to define
an arbitrary assembly of files and directories from a project. For example,
- if your Maven 2 project contains the directory "src/main/bin", you can
+ if your Maven project contains the directory "src/main/bin", you can
instruct the Assembly Plugin to copy the contents of this directory to the
"bin" directory of an assembly and to change the permissions of the files in
the "bin" directory to UNIX mode 755. The parameters for configuring this