few more notes on building tomee
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/45271fd3 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/45271fd3 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/45271fd3 Branch: refs/heads/master Commit: 45271fd362f2b6679a9e3352fc46f2161e860f8e Parents: 408a686 Author: Romain Manni-Bucau <[email protected]> Authored: Thu Mar 5 12:04:02 2015 +0100 Committer: Romain Manni-Bucau <[email protected]> Committed: Thu Mar 5 12:04:02 2015 +0100 ---------------------------------------------------------------------- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/45271fd3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 598d85b..7e3d84b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ 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 @@ -24,5 +28,16 @@ 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`
