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]
