You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@gmail.com> on 2005/03/15 04:31:29 UTC

Re: couldn't extract the dependencies from local system

try:
the documentation -
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies
the mail archives - 
http://maven.apache.org/mail-lists.html
or the web -
http://www.mackmo.com/nick/blog/java/?permalink=Lib_Maven_Dir.txt

- Brett

On Tue, 15 Mar 2005 08:32:15 +0500 (IST), satish babu
<sa...@sify.com> wrote:
> Hi this is satish. I want to use maven for my project which resides in
> local system. i wrote the project.xml file. But when i say dependencies it is
> not getting the dependencies which are in my local system. i wrote like this
>   <dependencies>
>  <dependency>
>  <id>ftp</id>
>  <url>c:\satish\lib</url>
>  </dependency>
>  </dependencies>
> my local directory consist of ftp.jar file.
>   but it taking like ftp-.jar and it is not getting the jar file. so  i
> couldn't get compile my source files. help me on this issue.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org