Hi I try to use the maven-scm api in my custom m2 plugin. I use svn. I cannot update explicitly a single file. Always the complete directory structure gets updated.
I use ScmFileSet like this: String directory = "D:/temp/test"; String includes "test.txt"; String excludes = null; new ScmFileSet(directory, includes, excludes) How do I need to specifiy the includes/excludes correctly? Thanks, Tom. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
