OpenSearch/client
Ryan Ernst 85b8f29415 Build: Remove old maven deploy support (#20403)
* Build: Remove old maven deploy support

This change removes the old maven deploy that we have in parallel to
maven-publish, and makes maven-publish fully work with publishing to
maven local. Using `gradle publishToMavenLocal` should be used to
publish to .m2.

Note that there is an unfortunate hack that means for
zip artifacts we must first create/publish a dummy pom file, and then
follow that with the real pom file. It would be nice to have the pom
file contains packaging=zip, but maven central then requires sources and
javadocs. But our zips are really just attached artifacts, so we already
set the packaging type to pom for our zip files. This change just works
around a limitation of the underlying maven publishing library which
silently skips attached artifacts when the packaging type is set to pom.

relates #20164
closes #20375

* Remove unnecessary extra spacing
2016-09-19 15:10:41 -07:00
..
benchmark Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
client-benchmark-noop-api-plugin Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
rest Allow RestClient to send array-based headers 2016-08-30 18:02:07 -04:00
sniffer Un-final Core REST Client classes 2016-08-25 16:02:04 -04:00
test Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
transport Skip transport client plugin installed on JDK 9 2016-08-31 09:46:27 -04:00