You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/21 15:03:48 UTC

svn commit: r379457 - /maven/components/trunk/maven-model/maven.mdo

Author: brett
Date: Tue Feb 21 06:03:47 2006
New Revision: 379457

URL: http://svn.apache.org/viewcvs?rev=379457&view=rev
Log:
[MNG-2084] correct doc

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=379457&r1=379456&r2=379457&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Tue Feb 21 06:03:47 2006
@@ -865,9 +865,8 @@
           <name>finalName</name>
           <version>4.0.0</version>
           <description><![CDATA[
-            The filename (including an extension, but with no path information) that the produced artifact
-            will be called. The default value is artifactId-version.extension (where extension is derived from
-            type).
+            The filename (excluding the extension, and with no path information) that the produced artifact
+            will be called. The default value is artifactId-version.
           ]]></description>
           <type>String</type>
         </field>