Unpack inner zips in zip with Maven

Viewed 35701

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 well. How can I do this?

4 Answers
Related