jira-importer commented on issue #142: URL: https://github.com/apache/maven-deploy-plugin/issues/142#issuecomment-2771510035
**[Carlo de Wolf](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wolfc)** commented To clarify: Suppose you have the following dependency chain: A -> B -> C Now if you deploy a snapshot of C which passes all unit tests, but for some reason B can't be deployed because of unit test failures then A-SNAPSHOT becomes useless for other projects. Anybody using that one will end up with a 'broken' C-SNAPSHOT. Instead the dependency chain should be: A-1 -> B-1 -> C-1 Then it becomes: A-1 -> B-1 -> C-1, B-2 -> C-2 (where B-2 / SNAPSHOT fails to deploy) Now A-1 / SNAPSHOT still forms a latest stable snapshot chain. -- 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