mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This changes adds a flag which can be set in the esplugin closure in build.gradle for plugins and modules which contain pieces that must be published to maven, for use in the transport client. The jar/pom and source/javadoc jars are moved to a new name that has the suffix "-client". I enabled this for the two modules that I know definitely need this; there may be more. One open question is which groupId to use for the generated pom. closes #19411