Skip to content

Commit f0a510d

Browse files
committed
Make x-pack-core generate a pom file
This was a forgotten part of elastic#32180
1 parent ef4f51c commit f0a510d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/core/build.gradle

+2
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)