Re: Antw: RE: How can I create ejb-jar and ejb-client-jar withmaven-ejb-plugin in Maven 2?

2006-01-06 Thread Stefan Rademacher
Hello Aramirez, I already received a reply on my question. The given solution was to specify the "destDir" attribute of "deploymentdescriptor". This works fine, I just thought there might be a better solution (e.g. generating the deployment descriptors to generated-sources/xdoclet and moving them

Re: Antw: RE: How can I create ejb-jar and ejb-client-jar withmaven-ejb-plugin in Maven 2?

2006-01-06 Thread Allan Ramirez
Hi, Currently, I dont think that we can configure the deployment descriptor path, Please file a jira issue if not yet existing. Thanks, -allan Stefan Rademacher wrote: Hello, thank you. I already had this code in my POM but the packaging was set to "jar". Now I changed it to "ejb" and it w

Antw: RE: How can I create ejb-jar and ejb-client-jar withmaven-ejb-plugin in Maven 2?

2006-01-05 Thread Stefan Rademacher
Hello, thank you. I already had this code in my POM but the packaging was set to "jar". Now I changed it to "ejb" and it works fine. Now there is one more problem. The maven-ejb-plugin doesn't find the deployment descriptors. It searches in "target/classes/META-INF" but the files are generated by