diff --git a/春松客服:开发环境.md b/春松客服:开发环境.md index d68ca6c..c4fd6f7 100644 --- a/春松客服:开发环境.md +++ b/春松客服:开发环境.md @@ -38,27 +38,29 @@ ## 修改maven2配置 -增加Chatopera的Maven2开放库信息。 +确保在pom.xml中存在如下的maven库。 -打开Maven的配置文件,默认位置为当前用户home目录的.m2文件夹下的settings.xml - -``` -$USER/.m2/settings.xml -``` - - -在``````内增加 +在``````内存在: ``` + - public - https://nexus.chatopera.com/repository/maven-public - true - true + chatopera + Chatopera Inc. + https://nexus.chatopera.com/repository/maven-public + + true + + + true + + ``` -配置文件的示例见 [settings.xml](https://github.com/chatopera/cosin/blob/develop/contact-center/_m2/settings.xml)。 +配置文件的示例见 [pom.xml](https://github.com/chatopera/cosin/blob/develop/contact-center/app/pom.xml)。 + +如配置后不能下载,请参考[配置文件](https://github.com/chatopera/cosin/issues/137)。 ## 下载代码