当我尝试从公共 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>
但是当我尝试将其添加到私有存储库并通过添加我的 github 帐户时~m2/settings.xml
。但它不起作用。