I can unpack zip file via the maven-dependency plugin, but currently I have the problem that inside that zip file other zip files are include and I need to unpack them as we
TrueZIP Maven Plugin also works well. Sample config:
org.codehaus.mojo truezip-maven-plugin 1.2 copy-package copy package true outer.zip ${project.build.directory}/outer ${project.build.directory}/outer/inner.zip ${project.build.directory}/inner
Official examples