免费的artifactory或nexus服务url,无需密码,可在intellij idea中使用
Intelliji Idea 在设置中附带 3 个免费在线存储库 ->行家 ->人工制品或 Nexus 服务 URL http://oss.sonatype.org/service/local/ http://repo.jfrog.org/artifactory/api/ https://repository.jboss.org/nexus/service/local/
所有这些存储库不可用(404 错误或密码保护)。
您能否提供更多没有密码保护的免费神器或 Nexus 服务网址? IDEA 没有在存储库 URL 上设置密码。
Intelliji Idea shiped with 3 free online repository in settings -> maven -> artifactory or nexus service url
http://oss.sonatype.org/service/local/
http://repo.jfrog.org/artifactory/api/
https://repository.jboss.org/nexus/service/local/
all this repos are unavialable (404 error or password protected).
Can you give more free artifactory or nexus service url without password protect?
IDEA has no settings for password on repo URL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
服务 URL 用于将远程库附加到模块,方法是使用这些 URL 上可用的 REST API 运行类搜索查询,并从远程 Artifactory 下载找到的库。
REST URL 并不意味着可以直接浏览。
也许这可以更好地解释它:http://blogs.jetbrains。 com/idea/2010/08/getting-external-libraries-easily/
The service URLs are used for attaching remote libraries to a module by running class search queries using the REST APIs available at those URLs and downloading the found librarie from the remote Artifactory.
The REST URLs aren't meant to be directly browsable.
Maybe this explains it better: http://blogs.jetbrains.com/idea/2010/08/getting-external-libraries-easily/
IDEA 使用 REST 服务来获取每个主机上所有可用存储库的列表。这三者都适用于我的机器,该机器位于没有 HTTP 代理的网络上。您是否有可能在带有代理的网络上?
IDEA uses the REST services to get listings of all the repositories available on each host. All three work for me on my machine which is on a network without an HTTP proxy. Is it possible you are on a network with a proxy?
这些 url 似乎指向每个系统的 REST 资源,它们不是存储库,不确定 intellij 的人试图做什么。
如果您需要一个存储库来免费托管您自己的东西,请参见此处:http:// nexus.sonatype.org/oss-repository-hosting.html
如果您尝试访问 Nexus 上的存储库,则可以通过浏览 http://oss.sonatype.org 或 https://repository。 jboss.org/nexus/
Those urls appear to be pointed at the REST resources of each system, they aren't repositories, not sure what the intellij guys were attempting to do.
If you need a repo to host your own stuff in for free, see here: http://nexus.sonatype.org/oss-repository-hosting.html
If you are trying to access the repositories on Nexus, then you can find them by browsing http://oss.sonatype.org or https://repository.jboss.org/nexus/
Sonatype 的服务 URL 现在仅支持 https,因此,如果您没有找到预期的工件,请尝试更新您的 Intellij Idea Maven >存储库设置为
https://oss.sonatype.org/service/local/
Sonatype's service URL now only supports https, so if you're not finding expected artifacts, try updating your Intellij Idea Maven > Repositories setting to
https://oss.sonatype.org/service/local/