add more build instructions regarding quick build

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/408a6866
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/408a6866
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/408a6866

Branch: refs/heads/develop
Commit: 408a6866739e8a33c2ad0c30e9d57eb1ddd30ced
Parents: 07a6ccb
Author: Mark Struberg <strub...@apache.org>
Authored: Thu Mar 5 11:57:01 2015 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Thu Mar 5 11:57:01 2015 +0100

----------------------------------------------------------------------
 README.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/408a6866/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8a4f61e..598d85b 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,28 @@
 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`
+
+`$> mvn clean install -DskipMulticastTests=true`
+
+ 
+# 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`
+
+
  

Reply via email to