Closed
Description
Creating a maven assembly "jar-with-dependencies" results in a JAR that can't be extracted: java.io.IOException: META-INF/maven/commons-io/commons-io : could not create directory
using the maven assembly plugin 3.0.0 which in turn uses plexus-archiver 3.4.
After downgrading the plexus-archiver version to 3.0.1-3.0.3 or 2.10.3 it works.
List of plexus-archiver versions tested:
- 2.10.3 - OK
- 3.0 - incompatible (method not found)
- 3.0.1 - OK
- 3.0.2 - OK
- 3.0.3 - BROKEN
- 3.1.1 - BROKEN
- 3.2 - BROKEN
- 3.3 - BROKEN
- 3.4 - BROKEN