Reputation: 185
My build currently uses maven-ear-plugin
to create an ear as an folder (exploded) and an archive.
I only use the exploded version for development.
The archive is large and to reduce build duration, I would like to skip the creation of the archive, and generate only the exploded version.
Similar can be done for maven-war-plugin: https://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html
How can I do the same for ear?
Upvotes: 0
Views: 408