Re: Building JBoss EAR archives with SAR included

2007-08-31 Thread Alan D. Salewski
On Thu, Aug 30, 2007 at 04:52:05PM -0500, Wayne Fay spake thus: On 8/30/07, Alan D. Salewski [EMAIL PROTECTED] wrote: Hope that cookbook is helpful to someone, This is a great contribution. I don't suppose I could get you to post it in the Maven User Wiki?

Re: Building JBoss EAR archives with SAR included

2007-08-30 Thread Alan D. Salewski
On Fri, Aug 17, 2007 at 10:35:19AM -0400, Alan D. Salewski spake thus: On Fri, Aug 17, 2007 at 09:19:12AM -0500, Wayne Fay spake thus: I don't use the SAR plugin but I think I understand the error message... It looks like your dependencies define the sar as packagingjboss-sar without a

Re: Building JBoss EAR archives with SAR included

2007-08-30 Thread Wayne Fay
On 8/30/07, Alan D. Salewski [EMAIL PROTECTED] wrote: Hope that cookbook is helpful to someone, This is a great contribution. I don't suppose I could get you to post it in the Maven User Wiki? http://docs.codehaus.org/display/MAVENUSER/Home Wayne

Building JBoss EAR archives with SAR included

2007-08-17 Thread Steve Dobson
Hi I have a multi-part project for building a JBoss J2EE system and the client. The common, EJB, Web and SAR sub-projects all build nicely. However the EAR does not build. I get the following: $ mvn install [INFO] Scanning for projects... [INFO] snapshot

Re: Building JBoss EAR archives with SAR included

2007-08-17 Thread Wayne Fay
I don't use the SAR plugin but I think I understand the error message... It looks like your dependencies define the sar as packagingjboss-sar without a classifier... and then your EAR configuration says classifierjboss-sar without a packaging. I'd assume one of those is wrong. My guess would be

Re: Building JBoss EAR archives with SAR included

2007-08-17 Thread Alan D. Salewski
On Fri, Aug 17, 2007 at 09:19:12AM -0500, Wayne Fay spake thus: I don't use the SAR plugin but I think I understand the error message... It looks like your dependencies define the sar as packagingjboss-sar without a classifier... and then your EAR configuration says classifierjboss-sar without