You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/03 19:26:28 UTC

[tomee] 04/05: Add small intros to other sections

This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit f1b6eac9a1796c33b40bac6c471adcffee8c2e61
Author: brunobat <br...@gmail.com>
AuthorDate: Fri Dec 21 21:37:57 2018 +0000

    Add small intros to other sections
    
    Signed-off-by: brunobat <br...@gmail.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 4fd3757..b8be77d 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,8 @@ then you can use the following build options
     
 ### Full build
 
+This will run all the tests. We have thousands of tests and you should go out to grab a bite in the meantime. 
+
     mvn clean install
     
 
@@ -99,6 +101,8 @@ Full build that execute arquillian test on all TomEE distributions:
     
 ### Partial build    
 
+This will only build a module and the modules using it as a dependency. 
+
 To build just TomEE distribution execute:
 
     mvn clean install -pl tomee/apache-tomee -am -Dmaven.test.skip=true