Build: Move xpack to plugin group

This is needed in order to make `bin/elasticsearch-plugin install xpack`
work, as it expects the plugin in a certain path.

Original commit: elastic/x-pack-elasticsearch@252c55e5a8
This commit is contained in:
Alexander Reelsen 2016-03-24 09:02:41 +01:00
parent ca9ebf5351
commit cf6cadf19f
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
import org.elasticsearch.gradle.MavenFilteringHack import org.elasticsearch.gradle.MavenFilteringHack
import org.elasticsearch.gradle.test.NodeInfo import org.elasticsearch.gradle.test.NodeInfo
group 'org.elasticsearch.plugin'
apply plugin: 'elasticsearch.esplugin' apply plugin: 'elasticsearch.esplugin'
esplugin { esplugin {
name 'xpack' name 'xpack'