"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

Reply via email to