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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to