From ad5a0493a939fa54357df8593bddee4b1be3ddf2 Mon Sep 17 00:00:00 2001 From: Samurais Date: Tue, 13 Nov 2018 13:13:59 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=98=A5=E6=9D=BE=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=EF=BC=9A=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 春松客服:开发环境.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) 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)。 ## 下载代码