Not sure what you want to accomplish, but the way to do this (sort of) is to create a forth module (or possibly in the top pom) where you copy the artifacts of the three modules through the dependency plugin (http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html).
Please remember that in Maven, the general idea is that one project should just produce one artifact. There is nothing wrong with having lots of Maven projects. /Anders On Thu, Jul 9, 2009 at 22:30, Carlos Ortiz<[email protected]> wrote: > 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 ... > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
