Re: Exclude patterns for resources

2006-02-23 Thread Mang Jun Lau
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   tags.


_Mang Lau





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


To
users@maven.apache.org
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  element for each resource type present.


  
src/main/java
  
**/.copyarea.db
  
  


TIA,

Cheers,
Walco

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




Exclude patterns for resources

2006-02-23 Thread Walco van Loon

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  element for each resource type present.


  
src/main/java
  
**/.copyarea.db
  
  


TIA,

Cheers,
Walco

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