Hi Thomas,

see page:
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies

that chapter give you a possibility to overwrite your dependency setting.
Put following in your project.xml file the line's:

=====================================
maven.jar.override = on
maven.jar.ristretto = ${basedir}/lib/ristretto-1.0pre1.jar
=====================================

Bye
Rico

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 11, 2004 2:57 PM
Subject: 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: [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