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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can unzip any files using ant task runner plugin:
|
|||||
|
|
|
Using ANT is not cool any more ;) http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html |
|||||
|
|
You can also use the plugin dependencies. There is a goal to unpack dependencies (see http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html) |
||||
|
|
|
There's an unzip plugin at http://www.pohlidame.cz/insolvencni-rejstrik/maven-unzip-plugin.html . |
|||
|
|