aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-29 18:10:21 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-31 11:34:41 +0200
commit9b88ac1448e5f8dc359a928602ed2883515611c5 (patch)
tree4e4a8ad4efd4fd25ad7aac0b0893799ae1837370 /server/pom.xml
parentcee47fb86197710892e9d23cbdc35813f51845f7 (diff)
downloadsonarqube-9b88ac1448e5f8dc359a928602ed2883515611c5.tar.gz
sonarqube-9b88ac1448e5f8dc359a928602ed2883515611c5.zip
SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider
new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 5f7aab7d92b..0802fb2eb61 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -16,8 +16,7 @@
<module>sonar-search</module>
<module>sonar-server</module>
<module>sonar-ce</module>
- <module>sonar-dev-cockpit-bridge</module>
- <module>sonar-governance-bridge</module>
+ <module>sonar-plugin-bridge</module>
<module>sonar-web</module>
<module>sonar-server-benchmarks</module>
</modules>