Skip to content

bcluap/tomee

This branch is 5175 commits behind apache/tomee:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2017
Mar 13, 2017
May 1, 2017
Mar 30, 2017
Mar 13, 2017
Mar 13, 2017
Mar 13, 2017
May 1, 2017
Nov 23, 2015
Mar 17, 2017
Mar 30, 2017
Mar 13, 2017
Dec 1, 2015
Jun 18, 2015
Jul 28, 2014
Jan 2, 2017
Mar 5, 2015
Nov 23, 2015
Jan 10, 2017
Apr 19, 2017
Sep 25, 2015
Jan 12, 2012
Nov 30, 2015

Repository files navigation

Title: Buildling Instructions

Basic Usage

Apache TomEE is built with Apache Maven.

Simply use

$> mvn clean install

on your commandline to kick off the compile process of TomEE

If you intend building in environments where multicast is not allowed then build with:

$> mvn clean install -DskipMulticastTests=true

Full build can be executed with (will execute arquillian test on all TomEE distributions)

$> mvn clean install -Pall-adapters

Quick Build

If you only like to compile all classes and package up TomEE without running tests then you can use the following build options

mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install

Direct builds

To build TomEE just execute:

$> mvn clean install -pl tomee/apache-tomee -am -Dmaven.test.skip=true

TomEE zip/tar.gz will be in tomee/apache-tomee/target

To build TomEE Embedded to be able to develop with its maven plugin execute:

$> mvn clean install -pl maven/tomee-embedded-maven-plugin -am -Dmaven.test.skip=true

About

Mirror of Apache Tomee

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • JavaScript 0.3%
  • Groovy 0.3%
  • HTML 0.1%
  • Batchfile 0.1%
  • Shell 0.1%