我正在研究Maven的构建,我已经在scm中指定了路径,如下所示
<scm>
<developerConnection>scm:git:[fetch=]file:///C:/official/gitrepo/.git[push=]file:///C:/official/gitrepo/.git</developerConnection>
<tag>gitmodule</tag>
</scm>
在构建期间,maven开始抱怨
fatal: 'C:/official' does not appear to be a git repository
我仍然无法弄清楚为什么maven只采取'C:/official'
而不是采取完整的路径
我错过了什么。对此有任何帮助