Alex Alvarez created MEJB-82: -------------------------------- Summary: Ability to add additional files to the META-INF directory Key: MEJB-82 URL: https://jira.codehaus.org/browse/MEJB-82 Project: Maven EJB Plugin Issue Type: Improvement Affects Versions: 2.5 Reporter: Alex Alvarez
Currently it is possible to specify the ejb-jar.xml to use via the ejbJar property. However, some containers require additional configuration files (i.e. weblogic-ejb-jar.xml), so it would be helpful to be able to specify a META-INF folder (with filters) to package. <metaInf> <include>projA/META-INF/ejb-jar.xml</include> <include>projA/META-INF/weblogic-ejb-jar.xml</include> </metaInf> -- This message was sent by Atlassian JIRA (v6.1.6#6162)