Hi, Is there any way to copy all package goal result to a single path for a multimodule project
for example a pom with 3 modules each module is a single jar , so i like to be copy at C:\target\module1.jar, C:\target\module2.jar, C:\target\module3.jar instead of c:\module1\target\module1.jar ...
