This is generally coded in. If your plugin has a defaultExcludes option that might apply to various sets that will cover it, but at the moment you generally need to use it repeatedly.
It would be a good idea to build this into the project model to be able to specify it once. I believe this is already in JIRA for a future version, but you might like to check this yourself. Cheers, Brett 2008/9/26 Jon Seymour <[EMAIL PROTECTED]>: > Maven understands .svn and CVS directories and most plugins (for example, > the assembly plugin) won't copy these into build targets from source > directories. > > Is there any simple way to extend the range of patterns that Maven plugins > implicitly exclude to exclude artefacts from other SCM systems (such as the > harvest .harvest.sig file)? I know that I can explicitly add exclude rules > in a thousand places, but that is an explicit exclusion. > > What I am seeking is to extend the implict mechanism which is used to > exclude .svn and CVS directories. > > Regards, > > jon seymour. > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
