1 Star 0 Fork 6

afdbaia/Elasticsearch-Jest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.xml 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cihat Keser 提交于 2016-03-27 12:23 . add gpg_passphrase env var in travis
<?xml version="1.0" encoding="utf8"?>
<settings>
<servers>
<server>
<id>ossrh</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
<gpg.defaultKeyring>false</gpg.defaultKeyring>
<gpg.publicKeyring>./local.pubring.gpg</gpg.publicKeyring>
<gpg.secretKeyring>./local.secring.gpg</gpg.secretKeyring>
</properties>
</profile>
</profiles>
</settings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/afdbaia/Elasticsearch-Jest.git
[email protected]:afdbaia/Elasticsearch-Jest.git
afdbaia
Elasticsearch-Jest
Elasticsearch-Jest
master

搜索帮助