Error when deploying an artifact in Nexus

前端 未结 13 1485
一向
一向 2020-11-28 21:19

Im\' getting an error when deploying an artifact in my own repository in a Nexus server: \"Failed to deploy artifacts: Could not transfer artifact\" \"Failed to transfer fil

13条回答
  •  一个人的身影
    2020-11-28 22:01

    A couple things I can think of:

    • 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)

    Check those and if you still run into trouble provide more details here.

提交回复
热议问题