cstamas commented on PR #1357:
URL: https://github.com/apache/maven/pull/1357#issuecomment-1887094814

   > I mean you build the project with maven 4, upload to central, and a maven 
3 projects depends on it.
   
   Yes, in that case they may be differences. BUT, since we talk about _two 
distinct projects_: your, that is built with mvn4, and theirs (consumer) built 
with mvn3. So they will anyway have more dependencies, not just your lib, and 
they will anyway have to handle their transitive hull, hence _maybe_ will need 
to have more entries in their depMgt to make things work out for them. Just 
like things worked so far, no change here.
   
   In general, I don't see this as an issue at all, here is why: consumer 
either suffered from issue like https://issues.apache.org/jira/browse/MNG-7003 
and they had it fixed, or they do not suffer from this issue.
   
   I see this just like making maven "more correct", "more convergent", am 
pretty much sure we do not _break anything_ with this.


-- 
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

Reply via email to