takai wrote:
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".

You are right, it seems that the one from org.apache.maven.plugins is still unreleased, currently at 2.0-alpha-1-SNAPSHOT. You can either checkout the plugin code from SVN and build it yourself, or use the one from Codehaus MOJO project, which is what I am using. Version 1.0 of this plugin is available from the central repository, at org.codehaus.mojo:dependency-maven-plugin. Here are the docs: http://mojo.codehaus.org/dependency-maven-plugin/index.html.


Andrius

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to