RE: Exclude subversion files in war

2009-09-11 Thread Skovran
If you'll forgive another bump on this thread, I found that including the trailing '/' in the pattern will exclude the .svn directories: packagingExcludes**/.svn//packagingExcludes I am using maven-2.1.0 and maven-war-plugin-2.1-alpha-2. -- View this message in context:

RE: Exclude subversion files in war

2009-07-13 Thread Damon Silver
/plugins ... /build - Damon -Original Message- From: Allan Wojcik [mailto:allanwsi...@gmail.com] Sent: Saturday, July 11, 2009 8:00 AM To: users@maven.apache.org Subject: RE: Exclude subversion files in war I'm still experiencing the same problem. Any hints? Jim Mack-2 wrote

RE: Exclude subversion files in war

2009-07-11 Thread Allan Wojcik
-Original Message- From: schumhan [mailto:hans-juergen.schumac...@dlh.de] Sent: Wednesday, July 12, 2006 6:58 AM To: users@maven.apache.org Subject: Re: Exclude subversion files in war Hi, No, I dont have any inclusions. Just using the defaults from the war-plugin

RE: Exclude subversion files in war

2006-07-13 Thread Jim Mack
: Wednesday, July 12, 2006 6:58 AM To: users@maven.apache.org Subject: Re: Exclude subversion files in war Hi, No, I dont have any inclusions. Just using the defaults from the war-plugin. Juergen -- View this message in context: http://www.nabble.com/Exclude-subversion-files-in-war-tf1930919.html#a52

Re: Exclude subversion files in war

2006-07-12 Thread Alexandre Touret
schumhan wrote: Hi, I have a multi-module project and use the war-plugin to create finally a war file. All that works more than fine. Actually my project is version controlled by subversion and the war-plugin puts the files from .svn/*.* all in the war file. I tried many hints like exludes or

Re: Exclude subversion files in war

2006-07-12 Thread schumhan
Hi, No, I dont have any inclusions. Just using the defaults from the war-plugin. Juergen -- View this message in context: http://www.nabble.com/Exclude-subversion-files-in-war-tf1930919.html#a5289146 Sent from the Maven - Users forum at Nabble.com.