You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/10/27 00:26:22 UTC

svn commit: r1402706 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt.vm

Author: dennisl
Date: Fri Oct 26 22:26:21 2012
New Revision: 1402706

URL: http://svn.apache.org/viewvc?rev=1402706&view=rev
Log:
[MASSEMBLY-611] Documentation unclear in Usage > Configuration (part 2)

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=1402706&r1=1402705&r2=1402706&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:26:21 2012
@@ -64,8 +64,8 @@ Usage
 
   For example, imagine that our project produces a JAR. If we want to create an
   assembly binary that includes our project's dependencies, we can take
-  advantage of one of the Assembly Plugin's prefabricated descriptors, as
-  follows:
+  advantage of one of the Assembly Plugin's prefabricated descriptors. You
+  configure it as follows in your project's <<<pom.xml>>>:
   
 +---+
 <project>