1 Star 0 Fork 3

DemonCode/owasp-dependency-check

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.xml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
<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
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>default</id>
<properties>
<!--
The following are used during testing - when testing locally some developers have a local mirror.
However, as travis-ci does not have a local mirror we need to set the original values.
-->
<odc.cve.url.base>https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-%d.json.gz</odc.cve.url.base>
<odc.cve.url.modified>https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-modified.json.gz</odc.cve.url.modified>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>default</activeProfile>
</activeProfiles>
</settings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/DemonCode/owasp-dependency-check.git
git@gitee.com:DemonCode/owasp-dependency-check.git
DemonCode
owasp-dependency-check
owasp-dependency-check
main

搜索帮助