Nexus accepts upload but says it failed

后端 未结 1 2014
梦谈多话
梦谈多话 2020-12-09 09:32

When I execute mvn release:perform on a parent POM, the server is responding with this error about one of the child projects (filenames redacted):

相关标签:
1条回答
  • 2020-12-09 09:47

    I encountered the same issue, releasing a maven multi-module project. An error occured the first time but the deploy goal had already contact nexus and then create the appropriate path. Assuming that a "release" repo is a write-once one, the second time I trggered it, nexus refuse to overwrite the path.

    So, in such a case, you might ask your admin to delete the repo ... or create a new release.

    PS : better late than never ;)

    0 讨论(0)
提交回复
热议问题