There is an unpack goal that you can use to specify the ones you want, or the unpack-dependencies to unpack all transitive of the current project. Is it something else you're trying to do?
-----Original Message----- From: Kallin Nagelberg [mailto:[EMAIL PROTECTED] Sent: Saturday, December 22, 2007 6:08 PM To: Maven Users List Subject: transitive dependencies I'm trying to write a plugin that builds a WAR using a variety of different artifacts. I have a 'pom' artifact that manages all my third party dependencies, and I would like to be able to use the 'maven-dependency-plugin' to unpack them all. Unfortunately, it seems that plugin only transitively unpacks the dependencies of whatever pom you have configured it in. I need to be able to specify which artifacts I want to unpack. I know I can use the 'copy' goal for individual artifacts, but does anyone know a way to unpack all transitive dependencies at once? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
