You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2012/02/20 19:46:43 UTC

maven plugin

i worked a bit on maven plugins to get some new things:

* dd-maven-plugin: the idea is to merge all META-INF/*.xml we can to put
the merge in WEB-INF/ (to be able to share artifact between ear and war for
instance). not so easy for some stuff :s
* openejb-embedded-maven-plugin: the idea is simple to do an
EJBContainer.createContainer(prop) to run from maven a module (like we can
do with camel for instance)

any thought?

- Romain