我使用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>
回购链接:https://github.com/bys1/importer/releases/tag/0.3.1-Beta
从版本0.3-Beta
更新为0.3.1-Beta
后,我得到了一个&#34;缺失的工件&#34;错误。检查.m2/repository/com/github/bys1/importer/0.3.1-Beta
文件夹时,我只找到了2个.lastUpdated文件。
当改回0.3-Beta
时,一切正常。
我也尝试使用commit id作为版本;没有工作,同样的错误。
我尝试在Google上搜索以修复它。我发现有几个人有同样的问题。没有一个解决方案有效。
提前谢谢。
答案 0 :(得分:1)
版本0.3.1-beta似乎存在maven构建错误。您可以在 - https://jitpack.io/com/github/bys1/importer/0.3.1-Beta/build.log
查看构建错误日志修复构建错误后应该可以正常工作。