Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Arik Kfir
Hi Markus, What version of the plugin are you using? Also, a dump of the complete error might be useful too. On Sat, 2006-09-16 at 11:22 +0200, Markus KARG wrote: Dear Maven Community, Today I have seen on the Maven web site (http://maven.apache.org/plugins/maven-ejb-plugin/ejb-mojo.html)

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Markus KARG
Arik, I have not customized the version of the plugin in any way, I just installed Maven 2.0.4 and let it do what it likes to. As I found out, it is pulling version 2.0 automatically, which seems a bit out of age. Unfortunately, it seems to be the latest published, while the ejbVersion feature

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Arik Kfir
I recommend you build the plugin from source (until a newer version is properly released) and test it. If it does work, than all you need to do is wait for the release (or keep working with the version you built). If it still doesn't work, then that means there really is a bug and you should open

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Markus KARG
Arik, thank you so much for your kind short introduction into pulling down and compiling SNAPSHOTs of ejb plugin. In fact, it solved my problem. Once I had built and installed the 2.1-SNAPSHOT, I was able to package my EJB3 module without any problem using my pom.xml shown below. In fact, it