- All Implemented Interfaces:
- org.apache.maven.scm.command.Command, org.apache.maven.scm.provider.git.command.GitCommand
public class ScmSyncGitRemoveCommand
extends org.apache.maven.scm.provider.git.gitexe.command.remove.GitRemoveCommand
Yet another crappy hack to fix maven's gitexe implementation. It doesn't pass "--" to git rm, leading to failures if
a file starting with a dash is to be removed. Because of the poor design of that library using static methods galore,
we cannot just override the wrong method...