Improve build so that it can build releases that meet ASF release requirements.

 * There's no copyright or NOTICE file in source jar artifact.
 * The license is not present in all files (eg AssertUtils.java)
 * Source artifacts does not compile. The unreleased test dependency is not used.
 * Skip the generation of the assembly source artifact.
 * Make `mvn apache-rat:check` work, and pass of the build.

ref:
 - https://lists.apache.org/thread.html/r5cdb9b610700dfee473a110632ec5ef3ba322822e4dd658207eba396%40%3Cdev.cassandra.apache.org%3E
 - http://www.apache.org/legal/release-policy.html
 - http://www.apache.org/dev/release-publishing.html
 - https://cwiki.apache.org/confluence/display/INCUBATOR/ReleaseChecklist
3 files changed
tree: 239947343396db42ee976316cc3d22aa2b0a9de5
  1. src/
  2. test/
  3. LICENSE.txt
  4. NOTICE.txt
  5. pom.xml
  6. README.md
README.md

Apache Cassandra in-JVM DTest API

Shared API package for in-JVM distributed tests.