OK - I found an older post that where Brett said run it with -U to force an update.
That worked. --- Ole Ersoy <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to install some 3rd party jars. > > I just installed maven 204 on a new machine, > and I run > > mvn install:install-file ... > > And since this is a new install of Maven, I expect > maven to download the install plugin and then > proceed. > > Instead I get this: > > [INFO] The plugin > 'org.apache.maven.plugins:maven-install-plugin' does > not exist or no valid version could be found > > Ideas? > > Thanks, > - Ole > > P.S. > > Here's a full install line just in case: > > mvn install:install-file > -Dfile=org.eclipse.xsd.editor_2.3.0.v200612211251.jar > -DgroupId=org.eclipse -DartifactId=emf.xsd.editor > -Dversion=2.3.0 -Dpackaging=jar -DgeneratePom=true > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
