diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 14:54:48 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 14:54:48 +0200 |
commit | 802d7882de3b191b82d3f08d4dbcd2b348bfedf1 (patch) | |
tree | ac5353869023e02464b901c745ad68213514738c /README.md | |
parent | c1e61e4bacba19fcdac96866007d9b5dbbf99c0c (diff) | |
download | sonarqube-802d7882de3b191b82d3f08d4dbcd2b348bfedf1.tar.gz sonarqube-802d7882de3b191b82d3f08d4dbcd2b348bfedf1.zip |
Add build section to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index c7571afed82..871b5a9b0fd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Put your technical debt under control. For more information please see: ## Sources This Git repository is core platform. Plugins are hosted in SonarCommunity and SonarSource organisations. + +### Build + +* Install Maven 3.0.5 or greater +* Execute `mvn clean install` ## License |