mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:38:09 +00:00
81e4cdfbc0
We put the rest api spec into a jar for upload to maven, so that we can use within external rest tests. This change adds making a pom for maven (as well as producing sources and javadoc jars, even though they will be empty, because maven central requires them).
8 lines
188 B
Groovy
8 lines
188 B
Groovy
apply plugin: 'elasticsearch.build'
|
|
apply plugin: 'nebula.maven-base-publish'
|
|
apply plugin: 'nebula.maven-scm'
|
|
|
|
test.enabled = false
|
|
jarHell.enabled = false
|
|
licenseHeaders.enabled = false
|