Re: ear file to include jar and war

2005-03-28 Thread Thomas Recloux
On Mon, 28 Mar 2005 12:10:13 +0530, GOKULAM Jayaram <[EMAIL PROTECTED]> wrote: > Thanks for your suggestions, If I follow your suggestion, I need to put > the Jar and war files manually in the > C:\Documents and Settings\Username\.maven\repository folder. It's your local mavven repository. > I d

RE: ear file to include jar and war

2005-03-27 Thread GOKULAM Jayaram
file without this manual dropping. Is there a way to do this? Expecting your guidance on this. Thanks in advance, Jayaram -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 11:48 PM To: Maven Users List Subject: Re: ear file to include jar and war I t

Re: ear file to include jar and war

2005-03-26 Thread dan tran
I think your ear's project.xml is missing the ear.bundle properties in dependencies listing of your ear project. some thing like this ${pom.groupId} bookstore-common ${pom.currentVersion} true ${pom.groupId} bookstore-ejb

ear file to include jar and war

2005-03-26 Thread GOKULAM Jayaram
Hi all, I used the ear plug-in to generate the ear file, but it does not include the ear and war file by default. IT just holds the META-INF and application.xml file. I want the ear file to include the generated jar and war files, how should I do this? Thanks for your help in advance, Jay