当我尝试从公共github存储库添加依赖项时,它的工作正常。实施例
<repository>
<id>https-levonk</id>
<url>https://github.com/levonk/pub-maven-repo/tree/master/release/</url>
<dependency>
<groupId>com.levonk</groupId>
<artifactId>codequality</artifactId>
<version>1.0.8</version>
但是当我尝试将其设置为私有存储库并通过~m2/settings.xml
添加我的github帐户时。但它没有用。
答案 0 :(得分:1)
这已在Github authentication: how to use Github as Maven repo when repo is private
中得到解答虽然有一些关于如何完成这项工作的建议,但下面是选择的答案。
这个问题现在没有实际意义。 Github已经取消了下载量。他们不再托管二进制文件了。可能是因为我提出的那种虐待......