I'm using Maven SCM to checkout a Git repository. I only need to clone one branch so I would like to add '--single-branch' to the clone command.
The documentation doesn't mention anything about using custom options so I assume it isn't straightforward but maybe there is a workaround.
Is this possible?