diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 871b5a9b0fd..a8436181d3e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ This Git repository is core platform. Plugins are hosted in SonarCommunity and S ### Build * Install Maven 3.0.5 or greater -* Execute `mvn clean install` - +* Execute `mvn clean install`. To quickly build in development environment, the script `quick-build.sh` does not execute unit tests and compile GWT components for Firefox/Chrome only. +* ZIP file of application is generated in sonar-application/target/ + ## License Copyright 2008-2013 SonarSource. |