You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristine Weissbarth <kr...@sourcepark.de> on 2003/07/07 17:32:16 UTC

non ibiblio jars

hi,
how can I use dependencies that are not on ibiblio? I copied the jars
into the local repository folder of maven and declared them as artifact
in my project.xml (see below) but Maven always tries to download them
from the ibiblio website.
How should I declare those jars?



------------declaration in the project.xml:

.
.
.
<dependency>
   <groupId>jdbc</groupId>
   <artifactId>jdbc2_0</artifactId>
   <version>stedxt</version> 
</dependency> 
.
.
.

----------structure in mavens local repository:
repository
 |-jdbc
     |-jars
        |-jdbc2_0-stedxt.jar  


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