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/3769e642
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3769e642
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/3769e642

Branch: refs/heads/tomee-1.7.x
Commit: 3769e64262eba217924a73c48cec48fc6ec32c09
Parents: 4d9d221
Author: Mark Struberg <strub...@apache.org>
Authored: Thu Mar 5 10:50:08 2015 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Thu Mar 5 10:50:08 2015 +0100

----------------------------------------------------------------------
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3769e642/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`
+ 

Reply via email to