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

  • 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)
posted @ 2015-07-31 10:42  三生有幸呵呵哒  阅读(1928)  评论(0编辑  收藏  举报