aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-07-28 18:47:31 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-06 14:20:48 +0200
commite8ef04be6f224cd6f16757e07bb2778bbb165671 (patch)
tree135a1695f47b4cd73188d82d46f75ab4bd15ec21 /server/pom.xml
parent5500b11848b73bfdfa4163aab4e3ed4d3aa68396 (diff)
downloadsonarqube-e8ef04be6f224cd6f16757e07bb2778bbb165671.tar.gz
sonarqube-e8ef04be6f224cd6f16757e07bb2778bbb165671.zip
SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index e7b1d8c88f0..e1fafe5fa9c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -14,6 +14,7 @@
<module>sonar-process</module>
<module>sonar-process-monitor</module>
<module>sonar-search</module>
+ <module>sonar-views-bridge</module>
<module>sonar-server</module>
<module>sonar-web</module>
<module>sonar-server-benchmarks</module>