Im migrating a project from m1 to m2. Using the old ejb plugin, you could specify maven.ejb.src as a directory to include in the ejb.jar generation. Using the jboss tag under ejbdoclet, we generate our jboss.xml which in turns gets packaged with the ejb.jar.
In m2, only the generated ejb-jar.xml gets packaged. How do I get it to add the whole generated-sources/xdoclet/META-INF directory to the ejb-jar.xml without having to resort to putting the generated jboss files under a resource directory under my src directory? Thanks. Stephen -- View this message in context: http://www.nabble.com/-m2-ejb-plugin-and-generated-xml-files-t1438898.html#a3884218 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
