You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/22 23:56:13 UTC

svn commit: r1160460 - /maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo

Author: hboutemy
Date: Mon Aug 22 21:56:13 2011
New Revision: 1160460

URL: http://svn.apache.org/viewvc?rev=1160460&view=rev
Log:
improved descriptor documentation

Modified:
    maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo

Modified: maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo?rev=1160460&r1=1160459&r2=1160460&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo (original)
+++ maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo Mon Aug 22 21:56:13 2011
@@ -116,14 +116,20 @@
 
     <class>
       <name>FileSet</name>
-      <description>A fileset defines the way the project's files located in the jar file are used by the Archetype Plugin to generate a project.</description>
+      <description><![CDATA[
+        A fileset defines the way the project's files located in the jar file are used by the Archetype Plugin to generate a project.
+        If file name or directory contains <code>__<i>property</i>__</code>, it is replaced with property value.
+        ]]></description>
       <fields>
         <field xml.attribute="true">
           <name>filtered</name>
           <type>boolean</type>
           <required>false</required>
-          <description>Filesets can be filtered, which means the selected files will be used as Velocity templates.
-          They can be non-filtered, which means the selected files will be copied without modification.</description>
+          <description><![CDATA[
+            Filesets can be filtered, which means the selected files will be used as
+            <a href="http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html">Velocity templates</a>.
+            They can be non-filtered, which means the selected files will be copied without modification.
+          ]]></description>
         </field>
         <field xml.attribute="true">
           <name>packaged</name>