You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2015/03/11 12:56:31 UTC

[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 <st...@apache.org>
Authored: Thu Mar 5 10:50:08 2015 +0100
Committer: Mark Struberg <st...@apache.org>
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`
+