我試圖從alfresco github下載sdk,但這是mvn clean期間的錯誤-DskipTests = true shell命令 我明顯在Linux x64,12.04 LTS上。 任何線索?在Maven構建期間發生的Alfresco Android SDK錯誤
[ERROR] Failed to execute goal on project alfresco-mobile-android-client-api: Could not resolve dependencies for project org.alfresco.mobile.android.sdk:alfresco-mobile-android-client-api:jar:1.2.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.chemistry.opencmis:chemistry-opencmis-android-client:jar:0.8.0-alfresco-patched, org.alfresco.cmis.client:alfresco-opencmis-extension:jar:0.4-ANDROID-2: Failure to find org.apache.chemistry.opencmis:chemistry-opencmis-android-client:jar:0.8.0-alfresco-patched in https://repository.apache.org/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of apache-repository has elapsed or updates are forced -> [Help 1]
你可以發佈你的pom的依賴關係嗎?它看起來像你可能不會取決於合適的版本 – Gagravarr
我的POM是從github下載的默認版本: https://github.com/Alfresco/alfresco-android-sdk/blob/master/pom.xml 與Alfresco Android應用程序一樣: https://github.com/Alfresco/alfresco-android-app/blob/master/pom.xml – Teqnology