Author: dennisl
Date: Fri Oct 26 22:23:03 2012
New Revision: 1402704
URL: http://svn.apache.org/viewvc?rev=1402704&view=rev
Log:
[MASSEMBLY-610] Documentation unclear in the Usage > Configuration section
Modified:
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm
Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm?rev=1402704&r1=1402703&r2=1402704&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm
(original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm Fri Oct
26 22:23:03 2012
@@ -49,10 +49,13 @@ Usage
* Configuration
- Getting started with the Assembly Plugin is pretty simple. If you're using
one
- of the prefabricated assembly descriptors, you just tell it which one; if
- you're using a custom assembly descriptor, you give it the path to the
- descriptor. Note that a single invocation of the Assembly Plugin can actually
+ Getting started with the Assembly Plugin is pretty simple. If you want to use
+ one of the prefabricated assembly descriptors, you configure which descriptor
+ to use with the \<<<<descriptorRefs\>>>>/\<<<<descriptorRef\>>>> parameter.
+ If you want to use a custom assembly descriptor, you configure the path to
your
+ descriptor using the \<<<<descriptors\>>>>/\<<<<descriptor\>>>> parameter.
+
+ Note that a single invocation of the Assembly Plugin can actually
produce assemblies from multiple descriptors, allowing you maximum
flexibility
to customize the suite of binaries your project produces. When the assembly
is
created it will use the assemblyId as the artifact's classifier and will
attach