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 2022/10/27 20:49:04 UTC

[GitHub] [maven] gnodet commented on pull request #856: [MNG-7584] The properties-maven-plugin fails to load project properties

gnodet commented on PR #856:
URL: https://github.com/apache/maven/pull/856#issuecomment-1294047030

   > Do we have three the same or similar classes?
   
   We have 3 copies of the `WrapperProperties`, `WrapperList`.  Those are non public classes used in the v3 models which wraps the new immutable v4 models.  I made copies in order to not add dependencies to some _utility_ module.
   We also have 4 copies of `ImmutableCollections` (those are non public classes used in the new v4 models).
   I've created https://issues.apache.org/jira/browse/MNG-7585 to try to find a way to get rid of those duplicates.
   


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