gpt4 book ai didi

java - 无法从 search.maven.org 下载 Artifact

转载 作者:行者123 更新时间:2023-12-02 01:11:00 26 4
gpt4 key购买 nike

我正在尝试对此项目进行全新安装

https://github.com/jberet/jberet-wildfly-samples

我遇到了这个错误:

Could not resolve dependencies for project org.jberet.samples:clusterInfinispan:war:1.4.0.Alpha-SNAPSHOT: Failed to collect dependencies at org.jberet:jberet-wildfly-cluster-infinispan:jar:1.3.0.Final: Failed to read artifact descriptor for org.jberet:jberet-wildfly-cluster-infinispan:jar:1.3.0.Final: Failure to find org.jberet:jberet-wildfly:pom:1.4.0.Alpha-SNAPSHOT

看来 Artifact 仅在 search.maven.org 上可用

我尝试执行强制更新 -U 并手动清理本地存储库目录,但没有任何变化。我想知道我是否必须手动添加上面的存储库或者应该自动在那里查找

有什么提示吗?

最佳答案

我认为他没有在maven中心发布1.4.0.Alpha。您可以尝试在 pom.xml 中将 1.4.0.Alpha 更改为 1.3.0.Final,如下所示

   <parent>
<groupId>org.jberet</groupId>
<artifactId>jberet-parent</artifactId>
<version>1.3.0.Final</version>
</parent>

<groupId>org.jberet.samples</groupId>
<artifactId>wildfly-jberet-samples</artifactId>
<version>1.3.0.Final</version>

并使用mvn clean install -Pwildfly

关于java - 无法从 search.maven.org 下载 Artifact ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59406747/

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