You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ni...@arsoe-trelaze.com on 2004/02/11 15:12:59 UTC

Réf. : dependency

The <url> element is for the web site. It is not the download url.

Your jars need to be in $HOME/.maven/repository/
Complete url for your jar : $HOME/.maven/repository/columba/jars/ristretto-1.0pre1.jar

Nicolas





twabner@imn.htwk-leipzig.de
11/02/2004 14:57
Veuillez répondre à "Maven Users List"

 
        Pour :  users@maven.apache.org
        cc : 
        Objet : dependency


Hello,

following problem: 

i have project where any jars currently stored under <projectdir>/lib 

Any of the required jars cannot downloaded via url in fact there are not 
yet released. We have these jars only in the lib-dir of the project. 
Now i put following dependency in my project.xml file:     
<dependency>
     <groupId>columba</groupId>
     <artifactId>ristretto</artifactId>
     <version>1.0pre1</version>
     <url>file://${basedir}/lib/</url>    
</dependency> 

But maven dosn't download the ristretto-1.0pre1.jar from the lib -dir into 
my maven repository. 

What can i do? It is a correct url and i don't have any idea how to store 
the required jars into the users local repository. 

Can anyone help me? 

Many thanks and greetings 

Waffel (alias Thomas Wabner)

-------- SIgnature --------
Thomas Wabner
wissenschaftlicher Mitarbeiter
Karl-Liebknechtstrasse 145
04277 Leipzig
HTWK Leipzig

---------------------------
Thomas Wabner
CIO
Ancoso Development GMBH

---------------------------
PGP Key:
http://search.keyserver.net:11371/pks/lookup?op=get&search=0x48681715&template=netenextract,netennomatch,netenerror


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





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