diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-09-07 15:23:27 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-09-13 15:50:55 +0200 |
commit | 46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b (patch) | |
tree | 77c62cc14d677c34e33576cbcad329bce0648b86 /sonar-application/assembly.xml | |
parent | bc792b361a54b02e89fbcb1f22a7c90391bf2d53 (diff) | |
download | sonarqube-46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b.tar.gz sonarqube-46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b.zip |
SONAR-9587 exclude non used ES modules from distribution zip
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index 16e91b4d690..a2122e2ebff 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -179,6 +179,12 @@ <exclude>**/*.sh</exclude> <exclude>**/ant</exclude> <exclude>**/antRun</exclude> + <!--exclude ES modules by default in the distribution that we don't use--> + <exclude>elasticsearch/modules/lang-expression/</exclude> + <exclude>elasticsearch/modules/lang-groovy/</exclude> + <exclude>elasticsearch/modules/lang-mustache/</exclude> + <exclude>elasticsearch/modules/lang-painless/</exclude> + <exclude>elasticsearch/modules/transport-netty3/</exclude> </excludes> <fileMode>0644</fileMode> </fileSet> |