Install Plugin Broken?

2007-01-03 Thread Ole Ersoy
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]



Re: Install Plugin Broken?

2007-01-03 Thread Ole Ersoy
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]



RE: Install Plugin Broken?

2007-01-04 Thread Chris Hilton
Does anyone know if there is a bug filed for this? I'm assuming this is
similar to a problem we're seeing where a plugin download seems to
result in only metadata in the local repository and further attempts to
build just get the "does not exist or no valid version could be found"
message. We've been removing that plugin directory from the repository
to get around it, forcing a re-download, but I suppose the -U probably
works, as well. It's quite annoying for the Maven-phobes where I work
and looks bad that Maven can't reliably accomplish the simplest of tasks
(it's happened a couple of times on maven-clean-plugin).

Chris

> -Original Message-
> From: Ole Ersoy [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 03 January, 2007 23:08
> To: Maven Users List
> Subject: Re: Install Plugin Broken?
> 
> 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]
> 
> 

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