maven deploy:deploy-file fails (409 Conflict), yet artifact uploads successfully

前端 未结 9 1464
长情又很酷
长情又很酷 2020-12-13 12:38

NOTE:

I now realize that the jar got placed into my repository, but the pom.xml did not. Now, I have another project where the pom.xml fails to

9条回答
  •  一整个雨季
    2020-12-13 13:13

    I also face this problem, and I found the reason is the parent project didn't deploy in the snapshot repository. I run mvn deploy in the parent folder, and the problem resolved.

提交回复
热议问题