Maven 3.0 and EJB 2.0 or 1.0

2012-04-24 Thread sarmahdi
Hello guys, How can I mavenize a project that uses older versions of EJB like 1.0 or 2.0. I know the plugin does support EJB 2.0+ but it has limited capabilities. How did people work around this issue. I am sure there must be a lot of projects that used EJB 2.0 at least if not 1.0 as Maven has

Re: Maven 3.0 and EJB 2.0 or 1.0

2012-04-24 Thread Mark Struberg
sarma...@hotmail.com To: users@maven.apache.org Cc: Sent: Tuesday, April 24, 2012 10:49 AM Subject: Maven 3.0 and EJB 2.0 or 1.0 Hello guys, How can I mavenize a project that uses older versions of EJB like 1.0 or 2.0. I know the plugin does support EJB 2.0+ but it has limited

Re: Maven 3.0 and EJB 2.0 or 1.0

2012-04-24 Thread Wayne Fay
The current ejb plugin can only compile EJB project into a normal JAR but it is not some thing that can be deployed on WAS 7.0 as an EJB JAR. it does not generates stubs and skeletons. You probably just need to write all that code (and the configuration etc) yourself and then just use the jar