Skip to content

Commit

Permalink
Make x-pack-core generate a pom file
Browse files Browse the repository at this point in the history
This was a forgotten part of #32180
  • Loading branch information
rjernst committed Jul 19, 2018
1 parent 202894b commit 9aa562d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugin/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 9aa562d

Please sign in to comment.