I believe this is simply a case of incorrect expectations on your part. As far as I know, the maven-ejb-plugin has no ability to create the ejb-jar.xml file for you. If you want this kind of functionality, then you will need to look at using XDoclet or perhaps Hibernate plugins.
Wayne On 1/23/08, Mark Eramo <[EMAIL PROTECTED]> wrote: > Hello, > I have migrated our build process from Ant to Maven for all of our > projects except a few that generate EJB's. The current system we are > running in Production means that I have to build EJB's based on the 2.0 > format thus they require an ejb-jar.xml and since we use JBOSS as our > application server, a jboss.xml as well. > > I have not had any luck generating these with Maven. If you run the ejb > plugin and specify 3.0 format, it does not generate the ejb-jar.xml. If > you run it in 2.0 format, it says that the ejb-jar.xml does not exist. > > Does anyone have experience generating the ejb-jar.xml with Maven or can > anyone point me to any online documentation that might help? > > Regards, > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
