aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-25 11:05:53 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-25 11:05:53 +0100
commit1f1a013440ffcbc5e1033d5e351870576ed21593 (patch)
tree1b72ad99ec0454d43cb433583a9006b995ed337e /server/sonar-server-benchmarks
parentb2d0c9a15e1af7f9984d1e9d934f8e92d01147fb (diff)
downloadsonarqube-1f1a013440ffcbc5e1033d5e351870576ed21593.tar.gz
sonarqube-1f1a013440ffcbc5e1033d5e351870576ed21593.zip
Exclude xoo and benchmark modules from analysis
Diffstat (limited to 'server/sonar-server-benchmarks')
-rw-r--r--server/sonar-server-benchmarks/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml
index e297807cad8..185e2b012d5 100644
--- a/server/sonar-server-benchmarks/pom.xml
+++ b/server/sonar-server-benchmarks/pom.xml
@@ -11,6 +11,7 @@
<name>SonarQube :: Server :: Benchmarks</name>
<properties>
+ <sonar.skip>true</sonar.skip>
<skipBenchmarks>true</skipBenchmarks>
<enableBenchmarkAssertions>false</enableBenchmarkAssertions>
</properties>