更新到最新版本后缺少工件

Missing artifact after updating to the latest version

我正在使用使用 Jitpack 的 Github 存储库:

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io/</url>
</repository>

<dependency>
  <groupId>com.github.bys1</groupId>
  <artifactId>importer</artifactId>
  <version>0.3.1-Beta</version>
  <scope>provided</scope>
</dependency>

回购 link:https://github.com/bys1/importer/releases/tag/0.3.1-Beta

从版本 0.3-Beta 更新到 0.3.1-Beta 后,我收到 "missing artifact" 错误。检查 .m2/repository/com/github/bys1/importer/0.3.1-Beta 文件夹时,我只找到 2 个 .lastUpdated 文件。

改回 0.3-Beta 时一切正常。 我也尝试过使用提交 ID 作为版本;没用,同样的错误。

我已尝试在 Google 上搜索以修复它。我发现有几个人有同样的问题。 None 的解决方案有效。


提前致谢。

版本 0.3.1-beta 似乎存在 Maven 构建错误。您可以在 - https://jitpack.io/com/github/bys1/importer/0.3.1-Beta/build.log

查看构建错误日志

构建错误修复后应该可以工作。