Many jars do not require manual installation. Don't install a jar manually if it is already available on the public repo:

  http://www.ibiblio.org/maven2/

I recommend reading the free maven2 book (http://www.mergere.com/m2book_download.jsp) to get started. A little time spent doing pure learning up front is well worth it.

-Max

Thierry Barnier wrote:
Hi Mayank,

as you put your jar files as dependencies, you should install them in your
local repository, using the maven install-file command...

More on this on:
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html


Cheers

Thierry

2006/7/11, Mayank Gupta <[EMAIL PROTECTED]>:

Hi All,



I am a new user and I am facing difficulty in understanding a basic maven
concept. My source code need some jar files in the classpath (here which
may
be referred as a dependency). I add those in the dependency list of my
pom.xml. But where I need to store those jar files so that at the time of
compilation those jar files are picked?



With Regards,

Mayank





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

Reply via email to