Re: Building MDB's with Maven

2007-08-16 Thread Mark Eramo
Great! This is what I needed to know and it helps me out. Thanks for this info. Regards, Mark Alan D. Salewski wrote: On Thu, Aug 16, 2007 at 03:05:56PM -0400, Mark Eramo spake thus: Hello, I have a question. A few of the jars I currently build with Any also produce mdb's (message drive

Re: Building MDB's with Maven

2007-08-16 Thread Alan D. Salewski
On Thu, Aug 16, 2007 at 03:05:56PM -0400, Mark Eramo spake thus: > Hello, > I have a question. A few of the jars I currently build with Any also > produce mdb's (message driven beans). I did not see a plugin for this > but was wondering > if anyone has accomplished this with Maven.[...] We use

Re: Building MDB's with Maven

2007-08-16 Thread Mick Knutson
it is an ejb project.. org.delta.esp.dap.c2.business-services 1.0.0.0 TransformXEServerToC2-mdb ejb On 8/16/07, Mark Eramo <[EMAIL PROTECTED]> wrote: > > Hello, > I have a question. A few of the jars I currently build with Any also > produce mdb's (message driven beans). I

Re: Building MDB's with Maven

2007-08-16 Thread Alexander Sack
What are you trying to do? MDBs are just Java files that get jared up. You need to be more specific. -aps On 8/16/07, Mark Eramo <[EMAIL PROTECTED]> wrote: > > Hello, > I have a question. A few of the jars I currently build with Any also > produce mdb's (message driven beans). I did not see a