diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-19 22:12:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-26 23:49:38 +0200 |
commit | 50a29c569f8448a939877de1918ab3ff937366b8 (patch) | |
tree | 793a173461e17df5f3da0e01b1d54546972175c6 /server/sonar-main | |
parent | e66b868ad008967f65428a4e5400225600e9413e (diff) | |
download | sonarqube-50a29c569f8448a939877de1918ab3ff937366b8.tar.gz sonarqube-50a29c569f8448a939877de1918ab3ff937366b8.zip |
SONAR-9802 complete system info page
Diffstat (limited to 'server/sonar-main')
-rw-r--r-- | server/sonar-main/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index 27e46c81cfb..eba72bb7f62 100644 --- a/server/sonar-main/pom.xml +++ b/server/sonar-main/pom.xml @@ -12,6 +12,8 @@ <artifactId>sonar-main</artifactId> <name>SonarQube :: Main Process</name> + <description>Server process used to bootstrap Elasticsearch, Web Server and + Compute Engine processes. Could be merged with sonar-application.</description> <properties> <!-- |