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 do not

RE: ear file to include jar and war

2005-03-27 Thread GOKULAM Jayaram
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 think

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 dependencies dependency groupId${pom.groupId}/groupId artifactIdbookstore-common/artifactId version${pom.currentVersion}/version