The plugin was moved and hasn't been released yet. There are snapshots
available ( 2.0-ALPHA-1-SNAPSHOT )but you would need to add:
<pluginRepository>
    <id>Maven Snapshots</id>
    <url>http://people.apache.org/maven-snapshot-repository</url>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
    <releases>
      <enabled>false</enabled>
    </releases>
  </pluginRepository>
To your settings. 

I've been working on finishing up the integration tests and then we
should be able to do an alpha release soon. The core of the code from
1.0 is fully functional, we just need to nail down some of the other
goals added since. 

-----Original Message-----
From: Roberto Tiella [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 02, 2006 12:47 PM
To: [email protected]
Subject: maven-dependency-plugin missed?

Hi all,

I'm trying to use the maven-dependency-plugin but I'm not able to find
it in any repos I know


To be more precise: I can find and use the plugin (that I suppose 
obsolete) identified by:

<groupId>org.codehaus.mojo</groupId>
<artifactId>dependency-maven-plugin</artifactId>

but not the (that I suppose newer):

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>

which is documented on the maven2 site 
(http://maven.apache.org/plugins/maven-dependency-plugin/)
but it is missed in the directory 
http://repo1.maven.org/maven2/org/apache/maven/plugins/ where the other
plugins are.

Any suggestions?

Thanks in advance, best regards. roberto.


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




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

Reply via email to