1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Updated 春松客服:开发环境 (markdown)

Samurais 2018-10-31 19:44:49 +08:00
parent 136ee97512
commit 5e344455fb

@ -50,31 +50,12 @@ $USER/.m2/settings.xml
在```<profiles><repositories>```内增加
```
<profile>
<id>chatopera</id>
<!--Enable snapshots for the built in central repo to direct -->
<!--all requests to nexus via the mirror -->
<repositories>
<repository>
<id>public</id>
<url>https://nexus.chatopera.com/repository/maven-public</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<url>https://nexus.chatopera.com/repository/maven-public/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>chatopera</activeProfile>
</activeProfiles>
```
配置文件的示例见 [settings.xml](https://github.com/chatopera/cosin/blob/develop/contact-center/_m2/settings.xml)。