You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/11 01:37:59 UTC

[GitHub] [maven] AlexanderAshitkin edited a comment on pull request #634: [MNG-7354] Refactor MavenCli to ease extensibility

AlexanderAshitkin edited a comment on pull request #634:
URL: https://github.com/apache/maven/pull/634#issuecomment-991405559


   Allowing to ovveride dozens of methods makes MavenCli contract vague and could complicate miantenance. going forward It will be easier to maintain MavenCli  with public api/interface extracted. For clients it will be easier as well to implement custom logic by delegation. So far it is unclear how to use and extend this class correctly and safely
   


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org