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-functiona > 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-functional--tf2550516s177.html#a7339933 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
