标签:tin epo 配置 repo version 远程仓库 信息 encoding word
<servers>
<server>
<id>my-proj</id>
<username>repo-user</username>
<password>repo-pwd</password>
</server>
</servers>
该仓库的认证用户名为repo-user,认证密码为repo-pwd。这里的关键是id元素,settings.xml中server元素的id必须与POM中需要认证的repository元素的id完全一致。
标签:tin epo 配置 repo version 远程仓库 信息 encoding word
原文地址:https://www.cnblogs.com/756623607-zhang/p/12182362.html