在我的pom.xml中,我有:
<scm>
<connection>scm:perforce://path_to_my_repository</connection>
</scm>
直到最近,这种方法仍然有效。现在,当我构建时,我收到以下消息:
"password is required for the perforce scm plugin."
该插件的maven文档未指定包含密码的方法(http://maven.apache.org/scm/perforce.html)。
发生了什么事?如何解决这个问题?