Re: Ear plugin issue

2010-09-03 Thread Stephane Nicoll
Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU What error message do you get exactly? ClientModules is not a dependency of the project or something

Ear plugin issue

2010-08-26 Thread nishant . raj
Hi All, I am trying to get the ear plugin working. Followed all the guidelines but could not get it working as its not able to find the module that I want to package within the ear It looks for the module in my nexus repository but does not find it. I have also got the Resolve workspace

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
** Thanks Nishant RAJ/HBEU/h...@hsbc Aug 26 2010 15:17 Mail Size: 8020 Please respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject Ear plugin issue Entity HSBC Bank plc - HBEU Hi All, I am trying to get the ear

Re: Ear plugin issue

2010-08-26 Thread Timothy Mcginnis
users@maven.apache.org Cc: users@maven.apache.org Date: 08/26/2010 10:21 AM Subject: Re: Ear plugin issue It seems the attachments are not allowed. I have included the ear pom below

Re: Ear plugin issue

2010-08-26 Thread Stephane Nicoll
respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject Ear plugin issue Entity HSBC Bank plc - HBEU Hi All, I am trying to get the ear plugin working. Followed all the guidelines but could not get it working as its not able to find

Re: Ear plugin issue

2010-08-26 Thread nishant . raj
Just that unable to find clientModule Stephane Nicoll stephane.nic...@gmail.com Aug 26 2010 18:35 Mail Size: 10664 Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Ear plugin issue Entity HSBC Bank plc - HBEU

RE: Ear plugin issue

2010-08-26 Thread EJ Ciramella
With -X -e, is it any clearer as to what it's looking for? What the GAV is? -Original Message- From: nishant@hsbcib.com [mailto:nishant@hsbcib.com] Sent: Thursday, August 26, 2010 1:37 PM To: Maven Users List Cc: Maven Users List Subject: Re: Ear plugin issue Just that unable

Maven EAR plugin issue

2006-12-11 Thread Randall Fidler
Hello, Looking for some insight regarding the maven ear plugin. Project setup is: + App pom (contains sub-project module entries) - commons (creates jar with POJOs), let's say it's maven id is 'my.commons' - ejb jar, maven id is 'my.ejb' - service,