diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 15:18:07 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 15:18:07 +0200 |
commit | 03df7195e71d7e07227946455976522da9be0927 (patch) | |
tree | 1ae19bb0cd3a8ce2f69297719eab85f2db42d13f /README.md | |
parent | 9f25da1847a08a794a4a3099388a2c7da2460183 (diff) | |
download | sonarqube-03df7195e71d7e07227946455976522da9be0927.tar.gz sonarqube-03df7195e71d7e07227946455976522da9be0927.zip |
Complete build section of readme
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. |