本文介绍了Maven Github存储库+ Artifactory的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在服务器上运行了一个工件,并且我的settings.xml配置为使用它具有一个镜像.
I'm have a artifactory running in a server here, and my settings.xml are configured to use it has a mirror.
但是,我使用的一个dep位于 github页面中,似乎人工制品无法得到它,因为它使我无法下载等等.".
But, one dep I use is in a github page, and seems like artifactory doesnt get it, because it throws me "UNABLE TO DOWNLOAD blah..".
我尝试将仓库添加到Artifactory远程存储库中,单击测试,然后向我显示一个
I try to add the repo in Artifactory remote repositories, click in test, and it shows me a
我使用的是正确的URL(我认为): http://gwtbootstrap.github.com/maven /快照
I am using the correct URL (I think): http://gwtbootstrap.github.com/maven/snapshots
有什么帮助吗?预先感谢
Got any help?Thanks in advance
推荐答案
我认为该网址应为:
这篇关于Maven Github存储库+ Artifactory的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!