Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 336F910B6C for ; Wed, 11 Mar 2015 11:56:19 +0000 (UTC) Received: (qmail 61542 invoked by uid 500); 11 Mar 2015 11:56:18 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 61469 invoked by uid 500); 11 Mar 2015 11:56:18 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 60816 invoked by uid 99); 11 Mar 2015 11:56:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 11:56:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE857E0AB7; Wed, 11 Mar 2015 11:56:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: struberg@apache.org To: commits@tomee.apache.org Date: Wed, 11 Mar 2015 11:56:31 -0000 Message-Id: <4235ff308cc64ccda9991e6652e060d8@git.apache.org> In-Reply-To: <0cd99567087e471b904df9da03d0c0e2@git.apache.org> References: <0cd99567087e471b904df9da03d0c0e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/50] tomee git commit: add a simple readme with building instructions as a start add a simple readme with building instructions as a start Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d1cfde94 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d1cfde94 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d1cfde94 Branch: refs/heads/master Commit: d1cfde9489acca18b6838ba128da25f1c350d0ad Parents: b9623bd Author: Mark Struberg Authored: Thu Mar 5 10:50:08 2015 +0100 Committer: Mark Struberg Committed: Thu Mar 5 11:53:04 2015 +0100 ---------------------------------------------------------------------- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/d1cfde94/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a4f61e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Title: Buildling Instructions + +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` +