maven deploy:deploy-file fails (409 Conflict), yet artifact uploads successfully
I found the problem. Two problems actually: I only had the release repository setup, and I was attempting to save a snapshot release in the release repository. Artifactory was setup to only allow releases in the release repository. This can be modified in the Artifactory setting, but I decided against this. My pom.xml has a … Read more