diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-11-18 11:28:19 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-11-18 14:37:33 +0100 |
commit | 5934fd7d5566968f395b6dcf4658bad241d28825 (patch) | |
tree | 9eebdcae663474869ed89431a891238fedae71b8 /server/pom.xml | |
parent | bc44590d916b80b0247ab4df33d92d7d1c9e4074 (diff) | |
download | sonarqube-5934fd7d5566968f395b6dcf4658bad241d28825.tar.gz sonarqube-5934fd7d5566968f395b6dcf4658bad241d28825.zip |
SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit plugin
add Maven module sonar-dev-cockpit-bridge
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index 356ea3b9d88..85822ac1d27 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -14,8 +14,9 @@ <module>sonar-process</module> <module>sonar-process-monitor</module> <module>sonar-search</module> - <module>sonar-views-bridge</module> <module>sonar-server</module> + <module>sonar-views-bridge</module> + <module>sonar-dev-cockpit-bridge</module> <module>sonar-web</module> <module>sonar-server-benchmarks</module> </modules> |