利用bintray-release插件上传到Bintray- HTTP/1.1 404 Not Found [message:Repo 'maven' was not found]问题解决
凡是网上教程 有个5678步的总有这样或者那样的坑。
上周撸了一个小工具准备上传到jcenter,方便管理以及以后使用。看了一下教程,短短几步,弄了很久。
按Hongyang的教程http://www.voidcn.com/blog/lmj623565791/article/p-5798330.html
陆续改了几个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://www.voidcn.com/blog/lmj623565791/article/p-5798330.html 短短一句话带过。。 坑了我半天。 也可能当时坑爹的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了。
以上如有任何错误或者不详细的地方请指出。
本文转载自http://www.voidcn.com/blog/tmac2000/article/p-6317244.html
利用bintray-release插件上传到Bintray- HTTP/1.1 404 Not Found [message:Repo 'maven' was not found]问题解决的更多相关文章
- OpenFire后台插件上传获取webshell及免密码登录linux服务器
1.目标获取 (1)fofa.so网站使用搜索body="Openfire, 版本: " && country=JP,可以获取日本存在的Openfire服务器.如图 ...
- Java 利用SWFUpload多文件上传 session 为空失效,不能验证的问题 swfUpload多文件上传
Java 利用SWFUpload多文件上传 session 为空失效,不能验证的问题(转) 我们都知道普通的文件上传是通过表单进行文件上传的,还不能达到异步上传的目的.通过使用某些技术手段,比如jqu ...
- selenium+java利用AutoIT实现文件上传
转自https://www.cnblogs.com/yunman/p/7112882.html?utm_source=itdadao&utm_medium=referral 1.AutoIT介 ...
- maven tomcat插件上传项目到tomcat服务器报错SEVERE: One or more listeners failed to start.
以前觉了maven依赖设置很简单,就是将手动导入jar包转化为自动下载导入 但发现的一个问题, 在使用maven插件tomcat打包上传工具时 tomcat-maven-plugin <buil ...
- 使用IDEA的Git插件上传项目教程
如何使用IDEA的Git插件上传项目 一.在https://www.cnblogs.com/zyx110/p/10799387.html中下载 二.注册码云账号 搜索gitee码云插件并安装
- 利用TortoiseGit向Github上传文件
利用TortoiseGit向Github上传文件 第一步:建一个新文件夹,作为本地仓库 第二步:右键选择设置为版本库 若弹出,确认即可 重新打开改文件,会发现多了一个绿色的小勾 在文件夹中会自动生成一 ...
- 【NopCommerce 3.1】asp.net mvc 利用jQuery from.js上传用户头像
纯代码不解释. 在CusotmerControllers中添加上传方法 /// <summary> /// ajax上传用户头像 /// </summary> /// < ...
- [Asp.net]Uploadify上传大文件,Http error 404 解决方案
引言 之前使用Uploadify做了一个上传图片并预览的功能,今天在项目中,要使用该插件上传大文件.之前弄过上传图片的demo,就使用该demo进行测试.可以查看我的这篇文章:[Asp.net]Upl ...
- [Asp.net]Uploadify上传大文件,Http error 404 解决方案 - wolfy
引言 之前使用Uploadify做了一个上传图片并预览的功能,今天在项目中,要使用该插件上传大文件.之前弄过上传图片的demo,就使用该demo进行测试.可以查看我的这篇文章: [Asp.net]Up ...
随机推荐
- @SpringBootApplication注解分析
首先我们分析的就是入口类Application的启动注解@SpringBootApplication,进入源码: @Target(ElementType.TYPE) @Retention(Retent ...
- jquery/原生js/css3 实现瀑布流以及下拉底部加载
思路: style: <style type="text/css"> body,html{ margin:; padding:; } #container{ posit ...
- 【247】◀▶IEW-Unit12
Unit 12 Leisure Activities 1.Model1对应图片分析 2.Model1范文分析 The pie chart shows the six sporting activiti ...
- CF-822B
B. Crossword solving time limit per test 1 second memory limit per test 256 megabytes input standard ...
- Http协议-报文
2013的双12即将到来,网上购物是大家所熟悉的.看中小米电视时,可以先下订单然后再付款,电商根据订单将小米电视正确安全的送达给我们.包裹包含电视的基本信息及电视的使用说明书,使我们能够初步的了解它的 ...
- <c和指针>学习笔记4之字符串
1 字符串基础 NUL字节是字符串的终止符,但它本身并不是字符串的一部分,所以字符串的长度并不包括NUL字节. (1)字符串长度 size_t strlen(char const * string)注 ...
- redis需要掌握的知识点
- L2-013. 红色警报 (并查集)
战争中保持各个城市间的连通性非常重要.本题要求你编写一个报警程序,当失去一个城市导致国家被分裂为多个无法连通的区域时,就发出红色警报.注意:若该国本来就不完全连通,是分裂的k个区域,而失去一个城市并不 ...
- Netty入门系列(2) --使用Netty解决粘包和拆包问题
前言 上一篇我们介绍了如果使用Netty来开发一个简单的服务端和客户端,接下来我们来讨论如何使用解码器来解决TCP的粘包和拆包问题 TCP为什么会粘包/拆包 我们知道,TCP是以一种流的方式来进行网络 ...
- Kolla多节点环境安装OVN
安装OVN组件 控制节点 ### 安装ovn-northd # wget https://copr.fedorainfracloud.org/coprs/leifmadsen/ovs-master/r ...