OpenSearch/plugin/sql
Nik Everett 76c764b379 SQL: Prepare JDBC for release (elastic/x-pack-elasticsearch#4341)
This changes JDBC so it can be released. It bundles the
`sql-shared-client` and `sql-proto` jars into the jar for the jdbc client.
It also Generates a pom for the jdbc driver when you run `gradle assemble`
on it. This will allow us to release the jdbc driver.

It also adds a zip distribution of the jdbc driver with all of its
dependencies bundled in the zip. It'd be nice to bundle all of the jdbc
driver's dependencies in the jar but we can't quite do that yet. So, for
now, to help folks using BI tools use the JDBC driver, we build a zip.

Original commit: elastic/x-pack-elasticsearch@9c668231d4
2018-04-12 15:43:35 -04:00
..
jdbc SQL: Prepare JDBC for release (elastic/x-pack-elasticsearch#4341) 2018-04-12 15:43:35 -04:00
licenses More license file corrections 2018-01-18 16:34:25 -08:00
sql-cli SQL: Ban PrintWriter#println in CLI (elastic/x-pack-elasticsearch#4118) 2018-03-14 16:15:32 -04:00
sql-proto SQL: Prepare JDBC for release (elastic/x-pack-elasticsearch#4341) 2018-04-12 15:43:35 -04:00
sql-shared-client Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
src SQL: GROUP BY use composite instead of terms aggregation (elastic/x-pack-elasticsearch#4282) 2018-04-12 20:20:10 +03:00
build.gradle SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977) 2018-03-04 01:53:56 +02:00