Done it. Nothing has changed. I still get:

D:\Projects\jemos-lmidemo-1.0>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Attempting to download maven-jemos-plugin-1.0.jar.
WARNING: Failed to download maven-jemos-plugin-1.0.jar.
The build cannot continue because of the following unsatisfied dependency:

maven-jemos-plugin-1.0.jar (no download url specified)

Total time: 2 seconds
Finished at: Sun Mar 21 23:14:25 GMT 2004


----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, March 21, 2004 11:00 PM
Subject: Re: Plugin as dependency


> "Marco Tedone" <[EMAIL PROTECTED]> wrote on 22/03/2004 07:53:19 AM:
> 
> > Hi, I tried to define the following in my project.xml file:
> > 
> > <dependency>
> > <groupId>maven-jemos-plugin</groupId>
> > <artifactId>maven-jemos-plugin</artifactId>
> > <version>1.0</version>
> > <url>${maven.plugin.dir}</url>
> > <type>plugin</type>
> > </dependency>
> > 
> > But I receive the following exception:
> > 
> > Attempting to download maven-jemos-plugin-1.0.jar.
> > WARNING: Failed to download maven-jemos-plugin-1.0.jar.
> > The build cannot continue because of the following unsatisfied 
> dependency:
> > 
> > maven-jemos-plugin-1.0.jar (no download url specified)
> > 
> > I verified, and under ${maven.plugin.dir} there is a
> > maven-jemos-plugin-1.0.jar file.
> > 
> > Is there a way I could get out of it?
> 
> Install the plugin in your local repo (maven plugin:install).
> 
> The URL of the dependency element is NOT used for downloads.
> --
> dIon Gillard, Multitask Consulting
> 



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

Reply via email to