I have 3 modules which are linked to a parent project. I need to create a zip file including all these projects. I know it can be done using maven assembly plugin. But in which pom.xml should I use it. Is there a way I can copy the resources from 3 projects in to 1 common folder. Is there any example available for the same. This is a multi module build
Share
For such purposes the best ways is to create a separate module in your multi-module build which result into the following strcuture:
The pom.xml of mod-package looks like this:
And don’t forget the pack.xml file which is located in mod-package/pack.xml: