Browse Source

Make x-pack-core generate a pom file

This was a forgotten part of #32180
Ryan Ernst 7 years ago
parent
commit
9aa562d3dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      x-pack/plugin/core/build.gradle

+ 2 - 0
x-pack/plugin/core/build.gradle

@@ -6,6 +6,8 @@ import java.nio.file.Paths
 import java.nio.file.StandardCopyOption
 
 apply plugin: 'elasticsearch.esplugin'
+apply plugin: 'nebula.maven-base-publish'
+apply plugin: 'nebula.maven-scm'
 
 archivesBaseName = 'x-pack-core'