Brilliant! That's what I need. But how to get the plugin? It's not in the maven repo at ibiblio:
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/ There seems to be another version at codehaus called dependency-maven-plugin. But the doc says it's not the same thing and please don't use it. I used the following snippet: <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> and get a "plugin does not exist". Thank you, Daniel Andrius Šabanas wrote: > > takai wrote: >> Hi, >> >> i'm looking for a plugin that disassembles a given artifact into some >> target >> directory. Does anybody know of a plugin? >> >> Thanks a bunch! >> Daniel > > Take a look at maven-dependency-plugin, > http://maven.apache.org/plugins/maven-dependency-plugin/ > > cheers, > > Andrius > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8178371 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
