zoukankan      html  css  js  c++  java
  • 利用bintray-release插件上传到Bintray- HTTP/1.1 404 Not Found [message:Repo 'maven' was not found]问题解决

    按Hongyang的教程http://blog.csdn.net/lmj623565791/article/details/51148825

    陆续改了几个build中的小坑,比如说javadoc lint检查之类的。参考了 
    http://blog.csdn.net/xingshen58/article/details/51644599等。

    最终,HTTP/1.1 404 Not Found [message:Repo ‘maven’ was not found] 这个错误始终过不去。 
    反复修改,publish配置中的userOrg字段,还是不行。 
    从gradle-bintray-plugin插件换成了bintray-release插件。还是不行。这里不得不说bintray-release配置起来方便很多。

    网上搜的各种解决方法也不行。不过发现一个差异就是我的Bintray 的Edit Profie页面只有五个选项,没有Repositories,而网上贴图有如下7个选项,有Repositories 和GPG signing、 
    这里写图片描述

    我的账号只能在Organizations里面的一个组织中才能创建repo。

    好吧,不能蒙了,去github 找wiki。 
    https://github.com/novoda/bintray-release/wiki/Configuration-of-the-publish-closure 
    userOrg: Contains the organisation name to use for upload. 
    repoName: The repository name. Set to ‘maven’ by default. 
    这里解释说..userOrg 包含组织名。。看来 教程里面 
    —-userOrg = ‘hyman’//bintray.com用户名 这里有误啊!

    but,我的账号是什么鬼呢? 为什么网上各种教程都能直接创建maven仓库,我的不行,必须到组织里面创建? 
    这个问题真心百度不到了。。 
    没办法,翻Bintray的User manua

    翻到maven repositories 
    https://bintray.com/docs/usermanual/formats/formats_mavenrepositories.html 
    这里写图片描述
    To browse JCenter and download Maven artifacts, you can access it from the Bintray Homepage. 
    说在主页可以看到这个创建Maven仓库的界面。然而我并没有。点开它给的链接。对主页的解释 
    https://bintray.com/docs/usermanual/starting/starting_gettingstarted.html#_the_bintray_homepage 
    The Bintray homepage is always available at https://www.bintray.com, and is designed to be a convenient workspace with easy-to-find links to the most important and frequently used features relevant to your account. When you sign in, your organization profile page will be displayed (if you own more than one organization, the last one you visited when signing out will be displyaed). 
    If you are on the open source plan and have not yet created an organization then your user profile page will be displayed. 
    Either way, you can access your personal profile page, or the profile page of any other organization you own from the profile menu in Bintray’s top ribbon.

    仔细看。。1.When you sign in, your organization profile page will be displayed 
    2.If you are on the open source plan and have not yet created an organization then your user profile page will be displayed.

    我擦,原来有2种主页啊。 一种是普通账户登录,一种是Open source plan的账户登录? 
    然后回到注册页面看了一看 
    这里写图片描述
    真的有2种。。 我眼瞎只看到绿色的START YOUR FREE TRIAL ,注册了好几 尝试都不行。 
    这个教程http://blog.csdn.net/lmj623565791/article/details/51148825 短短一句话带过。。 坑了我半天。 也可能当时坑爹的Bintary网站并没有这些选项。 
    当然以后这个坑爹网站可能还会改,注意看准了。。

    终于,点击For Open Source Plan。 注册成功之后,可以在自己 的账号里创建maven 仓库了。 
    还有2点 
    1 注册时,不少邮箱地址还不支持,要注意。 
    2 创建仓库时,如果使用Bintray-release,名字就填成maven,因为他的wiki:repoName: The repository name. Set to ‘maven’ by default.(有错误请指出)

    这里写图片描述 
    Finally,坑了我一天之后,终于BUILD SUCCESSFUL了。

    以上如有任何错误或者不详细的地方请指出。

  • 相关阅读:
    在小米 三星 索尼 手机 :图标上显示数字
    HDU 1873 看病要排队
    简单的WINFORM窗口,体验WINFORM带来的快感
    java初探秘之推断输入的一串字符是否全为小写字母
    【Android 面试基础知识点整理】
    互联网+时代IT管理者的转型
    hdu 1233 还是畅通project (克鲁斯卡尔裸题)
    经验之谈—让你看明确block
    字典树
    设计模式之问题集锦(一)
  • 原文地址:https://www.cnblogs.com/huozhong/p/6520142.html
Copyright © 2011-2022 走看看