1 Star 0 Fork 2

samyuan / state-machine-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.circleci.settings.xml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Song 提交于 2018-11-16 12:04 . [ADD]增加circleci
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<mirrors xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<mirror>
<mirrorOf>center</mirrorOf>
<name>center</name>
<url>https://repo.maven.apache.org/maven2</url>
<id>center</id>
</mirror>
</mirrors>
<profiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<profile>
<activation>
<jdk>1.8</jdk>
</activation>
<repositories>
<repository>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<id>choerodon-release-repository</id>
<name>choerodon Release Repository</name>
<url>${env.MAVEN_REPOSITORY}</url>
</repository>
</repositories>
<id>jdk-1.8</id>
</profile>
</profiles>
<pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<pluginGroup>org.apache.maven.plugins</pluginGroup>
<pluginGroup>org.codehaus.mojo</pluginGroup>
</pluginGroups>
</settings>
1
https://gitee.com/samyuan/state-machine-service.git
git@gitee.com:samyuan/state-machine-service.git
samyuan
state-machine-service
state-machine-service
master

搜索帮助