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...@codehaus.org> on 2015/01/29 20:23:17 UTC

[jira] (MSHADE-184) Cannot use dollar sign in shadedPattern name

David Phillips created MSHADE-184:
-------------------------------------

             Summary: Cannot use dollar sign in shadedPattern name
                 Key: MSHADE-184
                 URL: https://jira.codehaus.org/browse/MSHADE-184
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 2.3
            Reporter: David Phillips


The following relocation would be useful to prevent IDEs from suggesting the relocated classes for import:

{code:xml}
<relocation>
    <pattern>org.apache.commons</pattern
    <shadedPattern>com.example.$internal.commons</shadedPattern>
</relocation>
{code}

Unfortunately, it fails with an error:

{code:none}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.3:shade (default) on project hive-apache: Error creating shaded jar: Illegal group reference -> [Help 1]
{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)