我想搭建Buildr,想用它來做一個使用Alfresco的項目。 Alfresco項目正在維護一個Maven倉庫: https://artifacts.alfresco.com使用SSL證書與Buildr訪問Maven存儲庫?
正如你所看到的,它使用的是https。
我試圖通過聲明下載2瓶+依賴的類路徑:
ALFRESCO_CORE= transitive('org.alfresco:alfresco-core:jar:4.2.b')
ALFRESCO_REPOSITORY= transitive('org.alfresco:alfresco-repository:jar:4.2.b')
構建文件失敗,出現以下錯誤信息:
Requesting https://artifacts.alfresco.com/org/alfresco/alfresco-core/4.2.b/alfresco-core-4.2.b.pom warning: peer certificate won't be verified in this SSL session Buildr aborted! RuntimeError : Failed to download org.alfresco:alfresco-core:pom:4.2.b, tried the following repositories: http://repo1.maven.org/maven2/ https://artifacts.alfresco.com/
我相信,這是由於構建這個事實r不信任maven倉庫證書?
我該如何讓它接受證書?或者,跳過證書驗證?
目前,它是我無法訪問資源庫:(
我希望有人能給出提示如何進行的一大攪局者! 阿加塔