jira-importer commented on issue #393: URL: https://github.com/apache/maven-deploy-plugin/issues/393#issuecomment-2771536979
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented This is about a ratrace condition where 2 "branches" both try to deploy a non-SNAPSHOT, because the maven-release-plugin first pushes the master/develop branch, and ater that the tag. In such case you'd always want the tag to win. I've hit a similar situation with jgitflow and managed to fix this in the pipeline by saying: only build if it is the master branch (with jgitflow this is where are all non-snapshots are merged too) or the project is a SNAPSHOT. [Stephen Connolly](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stephenc) what's your idea here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org