Hi, I'm trying to build a simple distribution with the following layout:
+ |---bin |---libs There are some scripts in the bin folder that build a classpath using the lib folder. It should be distributed as a ZIP. One caveat: Initially it is built as a template. That is, there is a core artifact with all the basic libs/scripts required. Sub projects may wish to add additional libraries/scripts. I've got some of this working using the assembly plugin, but I'm not sure that's the right approach. Does anyone have suggestions as how this could be done smoothly? I noticed for WARs it is easy to do this sort of templating due to the support of 'overlays'.
