你可以尝试清理Maven的缓存,然后重新构建项目。可以使用以下命令来清理本地仓库中的依赖项缓存: bash mvn dependency:purge-local-repository 按照上述步骤操作后,大多数“Could not find artifact”的问题应该可以得到解决。如果问题仍然存在,请仔细检查错误消息和Maven的输出,以便找到更多线索。
The compilation failsThe following artifacts could not be resolved: io.quarkiverse.helm:quarkus-helm-spi:jar:1.2.4-SNAPSHOT (absent)using commit875a7fd
I'm not completely sure this is actually good, they could have simply provided abstract method declarations and interfaces, but I trust Sun's engineers to be smarter than myself. There are 3 workarounds for this I can think of: not referencing such classes directly (unlikely it can be fre...