Skip to content

Commit f57a998

Browse files
committed
Make x-pack-core generate a pom file
This was a forgotten part of #32180
1 parent 34df30d commit f57a998

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/core/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import java.nio.file.Paths
66
import java.nio.file.StandardCopyOption
77

88
apply plugin: 'elasticsearch.esplugin'
9+
apply plugin: 'nebula.maven-base-publish'
10+
apply plugin: 'nebula.maven-scm'
911

1012
archivesBaseName = 'x-pack-core'
1113

0 commit comments

Comments
 (0)