gpt4 book ai didi

java - 如何从 ebuild 链接到 Maven 源 jar

转载 作者:行者123 更新时间:2023-11-30 08:51:51 24 4
gpt4 key购买 nike

我正在尝试为 gentoo 创建一个 ebuild。 ebuild 应该使用这个字符串下载源代码

SRC_URI="http://search.maven.org/remotecontent?filepath=com/github/moaxcp/${PN}/${PN}/${PV}/${P}-sources.jar"

当我运行 ebuild 时,url 被翻译成

http://search.maven.org/remotecontent?filepath=com/github/moaxcp/recMD5/recMD5/1.0.1/recMD5-1.0.1-sources.jar

链接不正确,返回404。

在 Maven Central 中创建 Artifact 链接的标准是什么?

最佳答案

直接链接到资源:

SRC_URI="https://repo1.maven.org/maven2/com/github/moaxcp/${PN}/${PV}/${P}-sources.jar"

关于java - 如何从 ebuild 链接到 Maven 源 jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30407640/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com