Are you using the unpack-dependencies? If you use unpack, you have to specify which ones to unpack, but you have control over where each one goes.
-----Original Message----- From: Sasvata Chatterjee [mailto:[EMAIL PROTECTED] Sent: Sunday, January 15, 2006 11:32 AM To: Maven Users List Subject: [m2] dependency-maven-plugin enhancement - directory per artifact I need to expand the artifacts and then do some post-processing (merging) of files. Currently, the dependency plugin expands all JARs into the same output dir, so that files with duplicate names overwrite each other. It would be usefule to have an option to append the artifact name to the output dir. I can work around this by creating my own Mojo from AbstractFromDependenciesMojo and changing how destDir is calculated, but it would be nice if it was supported directly. Thanks, Shash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
