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/04/12 18:33:18 UTC

tomee & jboss forge

Hi,

just added on my github a very small project to integrate a bit tomee with
jboss forge: https://github.com/rmannibucau/tomee-jboss-forge-plugin

Note: it uses next release version (so build the openejb-4.0.0 branch
before trying it or patch the source to change versions)

1) the way to run it:
forge git-plugin git@github.com:rmannibucau/tomee-jboss-forge-plugin.git

2) what does it add?
-> tomee setup: setup the plugin (simply add the tomee maven plugin)
-> tomee start: start tomee
-> tomee stop: stop tomee
-> tomee run: start and wait tomee
-> tomee uninstall: uninstall the plugin


- Romain