Re: POM Dependency question

2008-02-29 Thread Wayne Fay
You really need to just read Better Builds With Maven (from devzuz.com) or Maven: The Definitive Guide (from sonatype.com), they have answers for all your questions. Wayne On 2/29/08, Maria Odea Ching [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 2:46 PM, Muzammil [EMAIL PROTECTED] wrote:

POM Dependency question

2008-02-28 Thread Muzammil
myself clear to everyone:-) -- View this message in context: http://www.nabble.com/POM-Dependency-question-tp15753056s177p15753056.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: POM Dependency question

2008-02-28 Thread Maria Odea Ching
On Fri, Feb 29, 2008 at 2:46 PM, Muzammil [EMAIL PROTECTED] wrote: Hi All, I am required to use Maven for my project. My question is regarding the Jars I require for my project. Is it necessary to add information of all the Jars required by ur project in the POM file as dependency. The