diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-27 16:48:13 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-27 16:49:08 +0100 |
commit | 132375889ecdcd29fa143190341fe185769c82ad (patch) | |
tree | 65731cf6ec65d44912f4424409ed7e613f5063ae /server/pom.xml | |
parent | bc6d4d9f8449781870e4451ffd5db47b63aef76a (diff) | |
download | sonarqube-132375889ecdcd29fa143190341fe185769c82ad.tar.gz sonarqube-132375889ecdcd29fa143190341fe185769c82ad.zip |
Add module sonar-server-benchmark
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index 7a5c9de19d8..4c5fa98f7df 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -17,5 +17,6 @@ <module>sonar-server</module> <module>sonar-web</module> <module>sonar-ws-client</module> + <!--<module>sonar-server-benchmark</module>--> </modules> </project> |