Error building shaded jar with ArrayIndexOutOfBoundsException
- Dominant language
- Java
- Stars
- 276
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.0:shade (default)
on project force-wsc: Error creating shaded jar: Index 31454 out of bounds for length 30717
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-shade-plugin:2.0:shade (default) on project force-wsc:
Error creating shaded jar: Index 31454 out of bounds for length 30717
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 31454 out of bounds for length 30717
at org.objectweb.asm.ClassReader. (Unknown Source)
at org.objectweb.asm.ClassReader. (Unknown Source)
at org.objectweb.asm.ClassReader. (Unknown Source)
at org.apache.maven.plugins.shade.DefaultShader.addRemappedClass (DefaultShader.java:269)
at org.apache.maven.plugins.shade.DefaultShader.shade (DefaultShader.java:151)
at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute (ShadeMojo.java:484)
....
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.