Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Wayne Fay
> will not need these files individually as par of any deployable. > > /Nidhi > > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Friday, March 10, 2006 3:10 AM > To: Maven Users List > Subject: Re: How do I include my ejb3 and par files in

RE: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Matthew L Daniel
> The problem in this approach is that the ejb3 files and war files I > created needs to be in repository. I don't want to do that because we > will not need these files individually as par of any deployable. That's not the spirit of Maven, since if _you_ wanted to use them, then there is a chance

RE: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Nidhi Tuli
Sent: Friday, March 10, 2006 3:10 AM To: Maven Users List Subject: Re: How do I include my ejb3 and par files in ear for Maven2 Hello, here's y pom.xml for creating an ear... give it a try if it helps http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/200

Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Marco Mistroni
Hello, here's y pom.xml for creating an ear... give it a try if it helps http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> root

Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Stephane Nicoll
ar files in > my final ear file. > > Thanks > Nidhi > > -Original Message- > From: John Tolentino [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 4:17 PM > To: Maven Users List > Subject: Re: How do I include my ejb3 and par files in ear. > > By

Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-09 Thread John Tolentino
ntino [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 4:17 PM To: Maven Users List Subject: Re: How do I include my ejb3 and par files in ear. By the way, please include [m1] or [m2] in your subject for faster response. Here's the M2 project descriptor for your reference, again, I'

RE: How do I include my ejb3 and par files in ear for Maven2

2006-03-09 Thread Nidhi Tuli
de my ejb3 and par files in ear. By the way, please include [m1] or [m2] in your subject for faster response. Here's the M2 project descriptor for your reference, again, I'm assuming this is an M2 question: http://maven.apache.org/maven-model/maven.html I've just noticed that

Re: How do I include my ejb3 and par files in ear.

2006-03-09 Thread John Tolentino
By the way, please include [m1] or [m2] in your subject for faster response. Here's the M2 project descriptor for your reference, again, I'm assuming this is an M2 question: http://maven.apache.org/maven-model/maven.html I've just noticed that is not part of the plugin section. It's not clea

Re: How do I include my ejb3 and par files in ear.

2006-03-09 Thread John Tolentino
Hi Nidhi, Is this a maven 1 or maven 2 build? If it's maven 2, it's causing an error because you can only declare one type. John Nidhi Tuli wrote: EAR plugin only supports " jar, war, ejb, rar, sar" types. If I try to include ejb3 and par file for ejb3 deplyment. It throws exception. Code:

How do I include my ejb3 and par files in ear.

2006-03-09 Thread Nidhi Tuli
EAR plugin only supports " jar, war, ejb, rar, sar" types. If I try to include ejb3 and par file for ejb3 deplyment. It throws exception. Code: org.apache.maven.plugins maven-ear-plugin ejb3 par true