i want to package a ejb module,then i get error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-ejb-plugin:2.3:ejb (default-ejb) on project
jbpm-enterprise: Error assembling EJB: META-INF/ejb-jar.xml is required for
ejbVersion 2.x
if i set the ejbVersion to 3.0, it works well.but the ejb-jar.xml is useful in
the project,and cant be deleted.
i do input the ejb-jar.xml to the module,and it's put in the directory
META-INF in the resource directory,it comes with the same error.
anyone can help me ?