Hi,

On 2/9/07, sam <[EMAIL PROTECTED]> wrote:
Hi,
   I am reading
http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html,
There
are some configuration like below:
<configuration>
        <webResources>
          <resource>
            <!-- this is relative to the pom.xml directory -->
            <directory>resource2</directory>
           * <!-- the list has a default value of ** -->
*            <includes>
               <include>**/*.jpg</include>
            <includes>
          </resource>
        </webResources>
      </configuration

What does the "dafault value" mean?I can't understand.

I guess it means that the default include value takes *all* files
(minus the usual excludes such as CVS/svn hidden files, etc).

HTH,

Stéphane



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to