码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-07-31 12:32:39      阅读:113      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!