RE: Dependent jars not included in package

2009-01-29 Thread jude.prakash
I'm trying to include jars inside jars.. From: Morgovsky, Alexander (US - Glen Mills) [mailto:amorgov...@deloitte.com] Sent: Sunday, January 25, 2009 3:53 AM To: Jude Prakash (WT01 - Communication and Media) Cc: users@maven.apache.org Subject: Dependent jar

Re: Dependent jars not included in package

2009-01-24 Thread Morgovsky, Alexander (US - Glen Mills)
Neh, I'm just glad people are getting down to business instead of messing around like before. Regarding the jar packaging, if you are making a war or ear, you can use the maven dependency plugin. This message (including any attachments) contains confidential information intended for a specifi

Re: Dependent jars not included in package

2009-01-24 Thread Wayne Fay
, Alexander (US - Glen Mills) > Sent: Saturday, January 24, 2009 5:23 PM > To: 'jude.prak...@wipro.com' > Cc: 'users@maven.apache.org' > Subject: Dependent jars not included in package > > If you are creating a jar, are you trying to include jars in your ja

RE: Dependent jars not included in package

2009-01-24 Thread Morgovsky, Alexander (US - Glen Mills)
;jude.prak...@wipro.com' Cc: 'users@maven.apache.org' Subject: Dependent jars not included in package If you are creating a jar, are you trying to include jars in your jars, or are you creating a war or ear or other object? This message (including any attachments) contains confidential in

Dependent jars not included in package

2009-01-24 Thread Morgovsky, Alexander (US - Glen Mills)
If you are creating a jar, are you trying to include jars in your jars, or are you creating a war or ear or other object? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the inte

Re: Dependent jars not included in package

2009-01-22 Thread Yves Dessertine
Would something like this work for you ? for plugin jar:jar [PATH_TO_JARS] 2009/1/22 > Hi All, > > I have a java project which has dependencies on few jars. I have > included those jars as dependencies. > It works fine till unit testing and i

Dependent jars not included in package

2009-01-22 Thread jude.prakash
Hi All, I have a java project which has dependencies on few jars. I have included those jars as dependencies. It works fine till unit testing and it refers the dependent jars. But while creating package(jar) the dependent jars are not getting included. Please let me know how to include the depend