"Maven SCM Plugin"中的"SCM"代表什么?
What does "SCM" in "Maven SCM Plugin" stands for?
我查看了Maven SCM Plugin的official documentation,SCM一直只是作为缩写使用,但他们从来没有描述这个缩写是什么意思。
那么这是什么意思呢?
那么从它的官网index page来看,它提到:
Maven SCM supports Maven plugins (for example maven-release-plugin)
and other tools by providing them with a common API for source code
management operations.
然后 here 提到完全支持以下 SCM :
- Git
- 水星
- 颠覆
- 本地
并且还提到以下 SCM 在 here 被弃用:
- accurev
- 集市
- 透明大小写
- 诚信
- 爵士乐
- 强制
- 开始团队
- 协同作用
- tfs
- vss
- cvs
因为都是源代码版本控制系统,所以可以推导出SCM是ssource的缩写code米管理
我查看了Maven SCM Plugin的official documentation,SCM一直只是作为缩写使用,但他们从来没有描述这个缩写是什么意思。
那么这是什么意思呢?
那么从它的官网index page来看,它提到:
Maven SCM supports Maven plugins (for example maven-release-plugin) and other tools by providing them with a common API for source code management operations.
然后 here 提到完全支持以下 SCM :
- Git
- 水星
- 颠覆
- 本地
并且还提到以下 SCM 在 here 被弃用:
- accurev
- 集市
- 透明大小写
- 诚信
- 爵士乐
- 强制
- 开始团队
- 协同作用
- tfs
- vss
- cvs
因为都是源代码版本控制系统,所以可以推导出SCM是ssource的缩写code米管理