maven-shade-plugin
maven-shade-plugin copied to clipboard
[MSHADE-388] Relocation in default package
Nico Mexis opened MSHADE-388 and commented
The following attempt: https://pastebin.com/fAbrPfS9 results in a jar file, which doesn't meet the standards.
I have tried different patterns already, but couldn't figure out any way of relocation specific packages into the default package. This seems like a bug.
Affects: 3.2.4
Nico Mexis commented
This can be fixed by applying this change: https://github.com/ThexXTURBOXx/maven-shade-plugin/commit/77d6b323f453c83d66c6cc7a7a21cbd1f755c0ce
This, however, breaks the tests and therefore most likely the expected behavior.