加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.xml 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
veteran 提交于 2019-08-09 16:19 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<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>newepoch-npm</id>
<username>${SETTINGS_NAME}</username>
<password>${SETTINGS_PASSWORD}</password>
</server>
</servers>
<activeProfiles>
<activeProfile>newepoch-npm</activeProfile>
</activeProfiles>
</settings>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化