G'Day Matthew,
        Thanks for the tip.

        Cheers,

Craig Gaffney 
PC Applications Developer 
Rinstrum Pty Ltd (formerly Ranger Instruments) 
41 Success St, Acacia Ridge Qld 4110 Australia 
Ph:     +61 7 3216 7166 
Fax:    +61 7 3216 6211 
Email:  [EMAIL PROTECTED] 
Web:    www.rinstrum.com 



-----Original Message-----
From: matthew.hawthorne [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 22 June 2004 12:13 PM
To: Maven Users List
Subject: Re: Manually downloading JAR files


Craig Gaffney wrote:
>       I am trying to use Maven with a few example projects (Torque),
and it 
> cannot find two(2) jar files (jdni-1.2.1.jar & jdbc-2.0.jar), and 
> suggests downloading them. I have downloaded both jar files, but I am 
> not sure how to put them into the local repository so that they will 
> be found during a site:generate.
> 
>       I have looked through email list archives, web-pages, wiki,
google, 
> etc, and I have not been able to find out how to do this. Is there a 
> reference somewhere that I have missed? Or can someone give me a 
> helping hand?


For your jdbc example, you should try putting it in

<repo>/
     jdbc/
         jdbc/
             jars/
                  jdbc-2.0.jar


The repo generally follows the format of:

<repo>/
     ${groupId}/
         ${artifactId}/
             jars/
                 ${artifactId}-${version}.jar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__________ NOD32 1.792 (20040622) Information __________

This message was checked by NOD32 Antivirus System. http://www.nod32.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to