Hi, Is there a maven plugin that replicates the tomee-maven-plugin for a pure OpenEJB standalone?
I saw the openejb-embedded-maven-plugin but doesn't seem to do the same things as the tomee plugin, or am I mistaken? Basically I want to be able to run openejb:run which will create the apache-openejb folder in target (in a similar fashion to how the tome folder is created with the tomee maven plugin) which will copy over the resources from my openejb/conf (instead of tomee/conf) such as openejb.xml to the conf directory in apache-openejb/conf.
