On Tue, 22 Jun 2004 11:35:42 +1000, Craig Gaffney <[EMAIL PROTECTED]> wrote:
> 
> G'Day all,
>         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.

What is the dependency element in the project.xml that refers to the two jars?

They need to go into the local repository under
<groupId>/jars/jndi-1.2.1.jar for example, where groupId comes from
the dependency element.

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

Reply via email to