Unpack inner zips in zip with Maven

前端 未结 4 1222
广开言路
广开言路 2020-11-30 04:59

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

4条回答
  •  孤城傲影
    2020-11-30 05:18

    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)

提交回复
热议问题