Overview of SCMs
Standard SCM Providers
These SCMs are supported with their providers shipping with maven-scm
| SCM | Provider ID | Provider Module | Native Java | 
| Git | git | Git Executable Provider | no | 
| Git | jgit | JGit Provider | yes | 
| Subversion | svn | SVN Executable Provider | no | 
| Mercurial | hg | Mercurial (Hg) Provider | no | 
| Local | local | Local Provider | yes | 
3rd Party SCM Providers
- maven-scm-provider-svnjava: Native Java SVN provider based on SVNKit



