OpenSearch/plugins
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
..
analysis-icu Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
analysis-kuromoji Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
analysis-phonetic Use StringBuilder in favor of StringBuffer 2016-08-25 16:20:03 -04:00
analysis-smartcn Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
analysis-stempel Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
discovery-azure-classic Introduce Log4j 2 2016-08-30 13:31:24 -04:00
discovery-ec2 Configure AWS SDK logging configuration 2016-09-03 06:41:07 -04:00
discovery-file Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
discovery-gce Avoid allocating log parameterized messages 2016-08-30 18:17:09 -04:00
ingest-attachment Adds content-length as number 2016-08-10 18:31:16 +02:00
ingest-geoip [ingest-geoip] do not insert null-valued fields in geoip response 2016-09-13 18:12:02 -07:00
ingest-user-agent Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
jvm-example Refactored to use Settings object 2016-08-25 17:27:22 -04:00
lang-javascript Reduce the number of threads and scripts being used in multi-threaded 2016-09-02 11:56:44 -07:00
lang-python Made deprecation of Groovy, Javascript, and Python more explicit. 2016-08-31 15:56:31 -07:00
mapper-murmur3 Validate blank field name 2016-08-26 20:10:33 +09:00
mapper-size Fixed naming inconsistency for fields/stored_fields in the APIs (#20166) 2016-09-13 20:54:41 +02:00
repository-azure Add missing cast to logging message supplier 2016-08-30 18:26:45 -04:00
repository-gcs Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
repository-hdfs Introduce Log4j 2 2016-08-30 13:31:24 -04:00
repository-s3 Configure AWS SDK logging configuration 2016-09-03 06:41:07 -04:00
store-smb Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00