You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by BigData dev <bi...@gmail.com> on 2018/01/11 18:28:11 UTC

Reg: Shading classes with out any package name

Hi All,
I am using shading plugin version 2.4.3.

I am able to relocate packages successfully by using below.

<relocation>
  <pattern>io.netty</pattern>
  <shadedPattern>com.shaded_package.io.netty</shadedPattern></relocation>

But if there are some classes with out any package name in a jar, how
to relocate those classes. Is it possible. Any help on this would be
helpful.

Thanks,

Bharat