如何使用nexus代理google maven?

时间:2017-08-17 02:54:04

标签: maven nexus

我想使用nexus代理google maven,我使用url https://dl.google.com/dl/android/maven2/作为远程存储位置,存储库状态为In Service-Remote Automatically Blocked and Unavailable。我尝试设置启用自动阻止false,但问题仍然存在。

2 个答案:

答案 0 :(得分:1)

这是Nexus Repo 2中的已知错误:

https://issues.sonatype.org/browse/NEXUS-9508

但是,你的解决方案应该有效。尝试针对repo运行构建,我们的支持人员说您可能正在尝试浏览远程或检查索引选项卡,这在这种情况下不起作用。

如果您不使用Nexus Repo 3,可以试用它。我有兴趣了解您的里程数。如果这有帮助,请告诉我任何一种方式!

答案 1 :(得分:0)

我有同样的问题,解决方案,不是使用" public"回购,但特定的回购像" http://nexusrepo/repository/Google"而不是" http://nexusrepo/repository/public",并在build.gradle中添加此条目

maven{ url = "http://nexusrepo/repository/Google" }

我正在使用版本:

Nexus Repository ManagerOSS 3.0.0-03