Hey all,
I have a multimodule maven project. One of the modules creates a archive file. It's packaging is jar, but uses another plugin to create a different type of archive. I have a deployment modules which needs to move that archive into a conf folder. How can i achieve this? Thanks.
