RAR plugin problem

2006-06-23 Thread Nidhi Tuli
RAR plug in I downloaded doesn't seem to generate jar file. It is simply compiling the code and generating a rar file with just the dependencies in it. The generated rar file does not contain the jar of the compiled source. Is there a way to get this plugin to generate jar files of the compiled

RE: ejb3 plugin -- URGENT

2006-03-10 Thread Nidhi Tuli
only problem with this is that the plugin enforces the presence of > an 'ejb-jar.xml' file which is not needed with EJB3 if you use > annotations. I submitted a patch for the plugin > (http://jira.codehaus.org/browse/MEJB-6) to make the 'ejb-jar.xml' > optional but

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

2006-03-10 Thread Nidhi Tuli
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. /Nidhi -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Friday

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

2006-03-09 Thread Nidhi Tuli
is not part of the plugin section. It's not clear what you want to achieve in your POM. Is this part of your configuration? Nidhi Tuli wrote: >EAR plugin only supports " jar, war, ejb, rar, sar" types. If I try to >include ejb3 and par file for ejb

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

Define sequence of execution of Maven2 Commands

2006-03-09 Thread Nidhi Tuli
I want to define a sequence of execution of maven commands using maven2. I don't want to follow the regular life cycle. I am building ejb3 project and would like the execution should be in compile,jar,ejb3,par,ear sequence. And when I do Mvn ear:ear -- It should first compile then jar it, then ej

RE: ejb3 plugin

2006-03-07 Thread Nidhi Tuli
e/MEJB-6) to make the 'ejb-jar.xml' > optional but i don't know if this will be applyed in the near furure. ...applied in the near future. Grmmph. > > -Tim > > Nidhi Tuli schrieb: >> Hi, >> >> I just started working on Maven 2 and trying to build

RE: ejb3 plugin

2006-03-07 Thread Nidhi Tuli
ugin. > The only problem with this is that the plugin enforces the presence of > an 'ejb-jar.xml' file which is not needed with EJB3 if you use > annotations. I submitted a patch for the plugin > (http://jira.codehaus.org/browse/MEJB-6) to make the 'ejb-jar.xml' >

ejb3 plugin

2006-03-07 Thread Nidhi Tuli
Hi, I just started working on Maven 2 and trying to build my EJB3 project using maven2. Any ideas what plug-in should I use? In one of the articles I am advised to do ejb3 on the jar file which I created. The package for that is suggested to be "maven-ejb3-plugin" with groupId of goal bindings "or