You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Phillips (JIRA)" <ji...@apache.org> on 2018/04/18 18:12:00 UTC

[jira] [Updated] (MSHADE-250) Allow prefixing relocated classes

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

David Phillips updated MSHADE-250:
----------------------------------
    Description: I would like to prefix all of the relocated classes with a {{$}}. This prevents them from accidentally being used, imported by IDEs, etc. For example, {{com.google.common.collect.ImmutableList}} would become {{guava.collect.$ImmutableList}}.  (was: I would like to prefix all of the relocated classes with a {{$}}. This prevents them from accidentally being used, imported by IDEs, etc. For example, {{com.google.common.collect.ImmutableList}} would become {{com.example.guava.collect.$ImmutableList}}.)

> Allow prefixing relocated classes
> ---------------------------------
>
>                 Key: MSHADE-250
>                 URL: https://issues.apache.org/jira/browse/MSHADE-250
>             Project: Maven Shade Plugin
>          Issue Type: New Feature
>            Reporter: David Phillips
>            Priority: Major
>
> I would like to prefix all of the relocated classes with a {{$}}. This prevents them from accidentally being used, imported by IDEs, etc. For example, {{com.google.common.collect.ImmutableList}} would become {{guava.collect.$ImmutableList}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)