The file now is under ${maven.plugin.dir} (which points to
%MAVEN_HOME%/plugins.
----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Sunday, January 18, 2004 3:31 PM
Subject: Re: Question about dependency


> Is the file in your local or remote repo at m
> aven-jemodist-plugins/plugins/maven-jemodist-plugins-1.0.jar ?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
>
> "Marco Tedone" <[EMAIL PROTECTED]> wrote on 18/01/2004 08:55:03 PM:
>
> > Hi, I developed my own plugin that is installed under Maven.
> >
> > One of my project uses this plugin to build itself. I've got a couple of
> > questions:
> >
> > 1) Shall I indicate in the project file that the project depends on this
> > plugin?
> >
> > 2) How shall I do it? I tried to specify the following in the
> project.xml
> > file:
> >
> >
> > <dependency>
> > <groupId>maven-jemodist-plugin</groupId>
> > <artifactId>maven-jemodist-plugin</artifactId>
> > <version>1.0</version>
> > <url>http://www.jemos.org/projects/plugins/maven-jemodist-plugins/</url>
> > <properties>
> > <classloader>root.maven</classloader>
> > </properties>
> > </dependency>
> >
> > but without success. I obtain the following:
> >
> > D:\Projects\jemos-logging>maven jemos:site
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> >
> > Attempting to download maven-jemodist-plugin-1.0.jar.
> > WARNING: Failed to download maven-jemodist-plugin-1.0.jar.
> > The build cannot continue because of the following unsatisfied
> dependency:
> >
> > maven-jemodist-plugin-1.0.jar (try downloading from
> > http://www.jemos.org/projects/plugins/maven-jemodist-plugins/)
> >
> > Total time: 1 seconds
> > Finished at: Sun Jan 18 09:50:22 GMT 2004
> >
> > I had a look at the documentation but I cannot find anything.
> >
> > Marco
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>




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

Reply via email to