You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/27 20:56:00 UTC

[jira] [Updated] (MNG-7585) Get rid if duplicate utility classes

     [ https://issues.apache.org/jira/browse/MNG-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated MNG-7585:
---------------------------------
    Description: 
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... ?

  was:
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.


> Get rid if 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
>            Priority: Major
>
> 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)