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]



Reply via email to