[
https://issues.apache.org/jira/browse/MNG-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728709#comment-17728709
]
ASF GitHub Bot commented on MNG-7585:
-------------------------------------
gnodet merged PR #1135:
URL: https://github.com/apache/maven/pull/1135
> Get rid of duplicate utility classes
> ------------------------------------
>
> Key: MNG-7585
> URL: https://issues.apache.org/jira/browse/MNG-7585
> Project: Maven
> Issue Type: Task
> Affects Versions: 4.0.0-alpha-2
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.0.0-alpha-6
>
>
> We currently have 3 copies of {{WrapperList}} and {{WrapperProperties}} and 4
> copies of {{{}ImmutableCollections{}}}.
> It would be nice to find a way to keep a single copy of those without adding
> a dependency on some utility module, especially for the
> {{ImmutableCollections}} which are non public classes inside the v4 api.
>
> One possibility may be to use maven-shade-plugin to include a copy of the
> needed classes as non public classes inside the needed package... ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)