我的构建当前用于maven-ear-plugin
将耳朵创建为文件夹(已分解)和存档。我只使用爆炸版本进行开发。
存档很大,为了减少构建时间,我想跳过存档的创建,只生成分解版本。
可以对 maven-war-plugin 进行类似操作:https ://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html
我怎样才能对耳朵做同样的事情?
我的构建当前用于maven-ear-plugin
将耳朵创建为文件夹(已分解)和存档。我只使用爆炸版本进行开发。
存档很大,为了减少构建时间,我想跳过存档的创建,只生成分解版本。
可以对 maven-war-plugin 进行类似操作:https ://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html
我怎样才能对耳朵做同样的事情?