Re: maven-ejb3-plugin

2008-06-22 Thread Tim Kettler

Hi,

you don't need to use the maven-ejb3-plugin. It was developed because a 
draft version of the EJB3 specification contained a new .ejb3 packaging 
type. This new type was dropped for the final specification and the 
plugin never maid it out of the sandbox and was never released. Just use 
the standard maven-ejb-plugin.


-Tim

langlois yan schrieb:

Hi,

I would like to use EJB3 in my application. As I want to use an EAR archive 
which contains un web module and an EJB3 module I need to package my ejb3 with 
maven-ejb3-plugin and not with maven-ejb-plugin. This behaviour is mandatory by 
the maven-ear-plugin.

After a long search I find that the maven-ejb3-plugin is not in the central 
repository. So I downloaded it and install it (svn checkout 
http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-ejb3-plugin/).
 Does someone know why this plugin is not in the centrale repository ? I think 
it would help a lot of people like me if it were there.

Yan.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven-ejb3-plugin

2008-06-21 Thread langlois yan
Hi,

I would like to use EJB3 in my application. As I want to use an EAR archive 
which contains un web module and an EJB3 module I need to package my ejb3 with 
maven-ejb3-plugin and not with maven-ejb-plugin. This behaviour is mandatory by 
the maven-ear-plugin.

After a long search I find that the maven-ejb3-plugin is not in the central 
repository. So I downloaded it and install it (svn checkout 
http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-ejb3-plugin/).
 Does someone know why this plugin is not in the centrale repository ? I think 
it would help a lot of people like me if it were there.

Yan.



  
_ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

How to use maven ejb3 plugin

2006-10-20 Thread Atanu Dasgupta

How do use maven-ejb3-plugin? Please provide an example or documentation.


Thanks

Atanu