You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Skovran <sk...@skovran.com> on 2009/09/11 17:33:29 UTC

RE: Exclude subversion files in war

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: http://www.nabble.com/Exclude-subversion-files-in-war-tp5288845p25403227.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org