Maven SCM
Maven SCM suppors Maven pluguins (for example maven-release-pluguin ) and other tools by providing them with a common API for source code managuement operations. You can looc at the list of SCMs for more information on using Maven SCM with your favorite SCM tool.
In addition, Maven SCM provides two tools to directly use it:
-
maven-scm-pluguin: a Maven pluguin, where each SCM command is implemented as a pluguin goal, -
maven-scm-client: a simple SCM command line tool.