diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-06-29 14:17:10 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-08-09 15:09:54 +0200 |
commit | fba6ad10cd608de676bf1672db821651f2913c3d (patch) | |
tree | b42046ff2ab43bbf5ab313978f35f50ecbd57681 /sonar-application/assembly.xml | |
parent | fde5a3c4fd82ad3f5d6185a2023c1bf16a9a173d (diff) | |
download | sonarqube-fba6ad10cd608de676bf1672db821651f2913c3d.tar.gz sonarqube-fba6ad10cd608de676bf1672db821651f2913c3d.zip |
SONAR-8798 SearchServer starts external ES 5 process
This includes to package Elasticsearch 5.0.2 in the SonarQube application
This change is required, because Elasticsearch versions later 5 do not provide support for running Elasticsearch “embedded” anymore.
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index bdb5076457e..5b523b7caee 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -154,6 +154,8 @@ <include>bin/*/lib/*.dll</include> <include>bin/*/wrapper</include> <include>bin/*/wrapper.exe</include> + <include>elasticsearch/bin/elasticsearch</include> + <include>elasticsearch/bin/elasticsearch.bat</include> </includes> <fileMode>0755</fileMode> </fileSet> |