You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ra...@apache.org on 2008/03/04 21:06:44 UTC

svn commit: r633616 - /maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt

Author: rafale
Date: Tue Mar  4 12:06:42 2008
New Revision: 633616

URL: http://svn.apache.org/viewvc?rev=633616&view=rev
Log:
Documented the usage of filesets from the project/module directory to fix ARCHETYPE-143

Modified:
    maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt?rev=633616&r1=633615&r2=633616&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/specification/archetype-metadata.apt Tue Mar  4 12:06:42 2008
@@ -208,3 +208,19 @@
       <defaultValue>com.company.department</defaultValue>
     </requiredProperty>
 +---
+
+    Filesets can be defined from the root directory of the module/project by
+    having a blank in its directory element:
+
++---
+    ...
+    <fileSet filtered="true" packaged="true">
+      <directory></directory>
+      <includes>
+        ...
+      </includes>
+      <excludes>
+        ...
+      </excludes>
+    </fileSet>
++---
\ No newline at end of file