
# 执行Maven构建时，提示未开通私有依赖仓
#### 问题现象
异常信息为：may be you have not init release repository。
#### 原因分析
没有开通私有依赖仓。
#### 处理方法
单击CodeArts首页"服务 \> 私有依赖库" ，选择开通，待开通完成之后重新执行构建即可。
