Sorry, my mistake. It's 2.0-alpha-1-SNAPSHOT: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/pl ugins/maven-dependency-plugin/2.0-alpha-1-SNAPSHOT/
-----Original Message----- From: asankha [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 10:49 AM To: [email protected] Subject: RE: When will the maven-dependency-plugin be functional? Even when I specify the exact <version> as <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.0-alpha1-SNAPSHOT</version> I get the following: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins ArtifactId: maven-dependency-plugin Version: 2.0-alpha1-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.maven.plugins:maven-dependency-plugin:pom:2.0-alpha1-SNAPSHOT from the specified remote repositories: openejb (http://www.openejb.org/maven), codehaus (http://dist.codehaus.org), Apache People (http://people.apache.org/repository), sourceforge (http://jibx.sourceforge.net/maven), snapshot (http://snapshots.maven.codehaus.org/maven2/), ibiblio (http://www.ibiblio.org/maven2), central (http://repo1.maven.org/maven2), asankha (http://people.apache.org/~asankha/maven), Apache Dist (http://www.apache.org/dist/java-repository), maven-snaps (http://people.apache.org/repo/m2-snapshot-repository), snapshot-apache (http://people.apache.org/repo/m2-snapshot-repository), sunsite (http://mirrors.sunsite.dk/maven) Note that it looked at snapshot-apache (http://people.apache.org/repo/m2-snapshot-repository), and failed to find the plugin... thanks asankha asankha wrote: > > Brian > > I am still having problems... even if I do a -U the output I get is > > ..... > [INFO] > ---------------------------------------------------------------------- > -- [INFO] The plugin > 'org.apache.maven.plugins:maven-dependency-plugin' does not exist or > no valid vers ion could be found [INFO] > ---------------------------------------------------------------------- > -- > ... > > I have uploaded my current POM.. its not still configured to use the > dependency plugin - but I just want to get it to work first... i.e mvn > to be able to "find" it.. could you tell me whats wrong.. > > thanks > asankha > > http://www.nabble.com/file/4169/pom.xml pom.xml > > Brian E. Fox wrote: >> >> It's deployed as 2.0-alpha1-SNAPSHOT, but you'll need to add the >> maven snapshots repository: >> >> <repository> >> <id>maven-snaps</id> >> <url>http://people.apache.org/repo/m2-snapshot-repository</url> >> <snapshots> >> <enabled>true</enabled> >> </snapshots> >> <releases> >> <enabled>false</enabled> >> </releases> >> </repository> >> >> -----Original Message----- >> From: asankha [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, November 14, 2006 9:37 AM >> To: [email protected] >> Subject: RE: When will the maven-dependency-plugin be functional? >> >> >> >> Brian E. Fox wrote: >>> >>> The current version is functional; ... >> >> I cant seem to locate this 'version' in the maven repos.. could >> someone point me to where I can download this 'current' version? >> -- >> View this message in context: >> http://www.nabble.com/When-will-the-maven-dependency-plugin-be-functi >> ona >> l--tf2550516s177.html#a7338740 >> Sent from the Maven Developers mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] >> >> >> > > -- View this message in context: http://www.nabble.com/When-will-the-maven-dependency-plugin-be-functiona l--tf2550516s177.html#a7340123 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
