Dunno how relevant it is in your case, but I would maybe mention the TomEE Maven plugin then. In development, it's able to download, start, stop, etc But there is also a goal to make it possible to package easily your own TomEE (for example with additional libs, etc).
The TMP does not need anything, so an empty project with a simple pom is enough. Then, there is a generic script called mvn ;-) to run it. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jul 16, 2014 at 11:37 AM, Alex Soto <asot...@gmail.com> wrote: > Hi, > > I am writing about all the ways that an Apache TomEE can be installed. > Basically I explain four (of course it could be more but I think they could > be the most used ones). > > * Distribution file > * Maven dependency plugin > * Dropin WAR > * Embedded > > My question is regarding to embedded one. When you add embedded tomee as > dependency > > <dependency> > <groupId>org.apache.openejb</groupId> > <artifactId>tomee-embedded</artifactId> > <version>1.6.0.2</version> > </dependency> > > What package is being imported (Webprofile or a mix). I said that because > inspecting dependencies you can see that for example Connector dependencies > are downloaded (which they are not a part of WebProfile), but for example > JAXRS or WebServices are not downloaded. > > Thanks!! > > -- > +----------------------------------------------------------+ > Alex Soto Bueno - Computer Engineer > www.lordofthejars.com > +----------------------------------------------------------+ >