Ai
1 Star 0 Fork 52

淡淡De幸福/ServiceComb-Java-Chassis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.settings.xml 844 Bytes
一键复制 编辑 原始数据 按行查看 历史
asifhuawei 提交于 2017-10-11 09:37 +08:00 . Updated the indentedation
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>passphrase</id> <!-- give it the name of your project -->
<properties>
<gpg.homedir>/home/travis/build/ServiceComb/ServiceComb-Java-Chassis</gpg.homedir>
<gpg.keyname>E144B8C3</gpg.keyname>
<gpg.passphrase>${MYPASSP}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/iyanli/ServiceComb-Java-Chassis.git
git@gitee.com:iyanli/ServiceComb-Java-Chassis.git
iyanli
ServiceComb-Java-Chassis
ServiceComb-Java-Chassis
master

搜索帮助