Hi, have you read the introductory material available for maven? Declaring dependencies is quite a fundamental concept.
I would advise you to have a look at the 'Maven Getting Started Guide' [1] and/or the free maven book from Mergere [2]. This guide [1] might also be of interest. -Tim [1] http://maven.apache.org/guides/getting-started/index.html [2] http://www.mergere.com/m2book_download.jsp [3] http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Am Mittwoch, den 18.04.2007, 11:52 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: > How to declare dependencies? > > Thanks & Regards > Ramesh Babu.P > > > > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 17, 2007 9:43 PM > To: Maven Users List > Subject: Re: How to set class path in maven POM > > Use properly declared <dependencies> and the classpath will be set > automatically for you. > > This may involve installing some Eclipse libraries into your local repo > using "mvn install:install-file" or using using <scope>system</scope> > for some artifacts. > > Wayne > > On 4/17/07, Ramesh Babu Pokala - TLS, Chennai <[EMAIL PROTECTED]> > wrote: > > > > > > Hi All, > > > > How to set all dependent jar files to the classpath in maven to > > compile the RCP Application? > > > > Thanks & Regards > > Ramesh Babu.P > > > > HCL Technologies - Chennai ( +91-9884506300 ' +9144-23728366 Extn: > > 1232 > > * [EMAIL PROTECTED] <mailto::[EMAIL PROTECTED]> > > > > > > > > > > > > > > DISCLAIMER: > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > > It shall not attach any liability on the originator or HCL or its > > affiliates. Any views or opinions presented in this email are solely > those of the author and may not necessarily reflect the opinions of HCL > or its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, > > modification, distribution and / or publication of this message > > without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have received this email in error please > delete it and notify the sender immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > > ---------------------------------------------------------------------- > > ------------------------------------------------- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
