[maven-release-plugin] copy for tag 4.0.0-beta2
Generate empty javadoc JAR for the shaded core module

Motivation:

It looks like Maven Central has become less permissive, we used to
deploy the shaded core without a javadocs JAR but that's not accepted
anymore.

Modifications:

Generate a javadocs JAR during the build.

For now it's a dummy, empty JAR, users can refer to the javadocs of the
unshaded one. One downside is that this won't work in IDEs; if there's a
strong demand, we can look into generating the actual javadocs later.

Result:

The driver can be deployed into Maven central again.
2 files changed
tree: 5c7aa051564e7f82465ca34c4e707d0789d43a2f
  1. changelog/
  2. core/
  3. core-shaded/
  4. distribution/
  5. faq/
  6. integration-tests/
  7. manual/
  8. query-builder/
  9. test-infra/
  10. upgrade_guide/
  11. .gitignore
  12. .travis.yml
  13. build.yaml
  14. CONTRIBUTING.md
  15. docs.yaml
  16. LICENSE
  17. pom.xml
  18. pre-commit.sh
  19. README.md
README.md

Datastax Java Driver for Apache Cassandra®

Build Status

If you're reading this on github.com, please note that this is the readme for the development version and that some features described here might not yet have been released. You can find the documentation for latest version through DataStax Docs or via the release tags, e.g. 4.0.0-beta2.

A modern, feature-rich and highly tunable Java client library for Apache Cassandra® (2.1+) and DataStax Enterprise (4.7+), using exclusively Cassandra's binary protocol and Cassandra Query Language v3.

Getting the driver

The driver artifacts are published in Maven central, under the group id com.datastax.oss; there are multiple modules, all prefixed with java-driver-. Refer to the manual for more details.

Migrating from previous versions

Java driver 4 is not binary compatible with previous versions. However, most of the concepts remain unchanged, and the new API will look very familiar to 2.x and 3.x users.

See the upgrade guide for details.

Useful links

License

Copyright 2017, DataStax

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


DataStax is a registered trademark of DataStax, Inc. and its subsidiaries in the United States and/or other countries.

Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.