Hello, with the maven-dependency-plugin I can copy the dependencies in some output directory. But how can I copy some dependencies to directory libs/ and different dependencies in the directory plugins/ ?
I want to copy all compile dependencies to libs/ and all runtime or optional dependencies to plugins/. Right I solve the issue with a profile id "copy-plugins" that will copy all runtime dependencies to plugins/. But I like to have it all in the build phase, so I don't have to execute maven two times. Kind regards, Erwin. -- Erwin Mueller http://www.mueller-public.de - My site; http://www.anr-institute.com - Advanced Natural Research Institute GmbH;
