首页 > 其他 > 详细

mvn deploy返回400错误的几种可能

时间:2015-07-31 12:29:33      阅读:272      评论:0      收藏:0      [点我收藏+]
  • user credentials are wrong
  • url to server is wrong
  • user does not have access to the deployment repository
  • user does not have access to the specific repository target
  • artifact is already deployed with that version if it is a release (not -SNAPSHOT version)
  • the repository is not suitable for deployment of the respective artifact (e.g. release repo for snapshot version, proxy repo or group instead of a hosted repository)

mvn deploy返回400错误的几种可能

原文:http://www.cnblogs.com/kangyun/p/4691521.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!