Hello, I'm running into an issue where a project that carries a very large number of static website files takes too long to deploy. Does anyone know of a mechanism in Maven that would allow me to check out through scm plugin only changed files?
Personally I'm opposed to deploying only changed files but higher powers dictate this solution to me. I would rather use Maven than write a shell script to handle this special case. Thanks in advance, Dave
