HI,
Unfortunately, I am none the wiser for "default value",have a look this
below:
<configuration>
<webResources>
<resource>
<!-- this is relative to the pom.xml directory -->
<directory>resource2/</directory>
<!-- the list has a default value of ** -->
<includes>
<include>image2/*.jpg</include>
<includes>
<!-- there's no default value for this -->
<excludes>
<exclude>**/*.jpg</exlude>
</excludes>
</resource>
</webResources>
</configuration>
http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html,
2007/2/9, Stephane Nicoll <[EMAIL PROTECTED]>:
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]