So you just want to exclude this particular .db file but within 
various/all places in the project?  If so then you can specify ${basedir} 
between the <directory>  tags.


_Mang Lau





"Walco van Loon" <[EMAIL PROTECTED]> 
02/23/2006 07:38 AM
Please respond to
"Maven Users List" <[email protected]>


To
[email protected]
cc

Subject
Exclude patterns for resources







Hi List,

Is it possible to specify exclude patterns for *any* resource in a
project? So, in meaning equivalent to this, but without having to
specify the <directory> element for each resource type present.

<resources>
  <resource>
    <directory>src/main/java</directory>
      <excludes>
        <exclude>**/.copyarea.db</exclude>
      </excludes>
  </resource>
</resources>

TIA,

Cheers,
Walco

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


Reply via email to