[ https://issues.apache.org/jira/browse/MDEPLOY-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965648#comment-17965648 ]
Olivier Lamy commented on MDEPLOY-141: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-deploy-plugin#161|https://github.com/apache/maven-deploy-plugin/issues/161]. > Deploy fails for releases with repository deployment policy set to Disable > Redeploy > ----------------------------------------------------------------------------------- > > Key: MDEPLOY-141 > URL: https://issues.apache.org/jira/browse/MDEPLOY-141 > Project: Maven Deploy Plugin (Moved to GitHub Issues) > Issue Type: Bug > Affects Versions: 2.7 > Reporter: Manfred Schürhoff > Assignee: Robert Scholte > Priority: Minor > > We recently switched from Archiva to Nexus. The deployment policy for the > release repository in Nexus is set to Disable Redeploy. However, this now > causes problems that are described in MDEPLOY-134 and MDEPLOY-137: when an > artifact is uploaded, it first uploads the pom and the artifact which works > OK, but then it tries to upload the sources of the artifact (also fine) and > again the pom which fails with HTTP 400: > {noformat}Error deploying artifact: Failed to transfer file: > http://nl-nexus/nexus/content/repositories/releases/<groupId>.<artifactId>.<version>.pom. > Return code is: 400{noformat} > We were still using version 2.3 of the maven-deploy-plugin, but we switched > to the latest 2.7 version hoping this would solve the issues described in > MDEPLOY-134 and MDEPLOY-137, but the problem still remains. We've also tried > setting uniqueVersion to false for the releases in distributionManagment, but > that also doesn't help (and is something we'd rather not do). -- This message was sent by Atlassian Jira (v8.20.10#820010)