confluentinc / schema-registry

Confluent Schema Registry for Kafka
https://docs.confluent.io/current/schema-registry/docs/index.html
Other
2.19k stars 1.11k forks source link

publish test jars to Maven #377

Open blbradley opened 8 years ago

blbradley commented 8 years ago

Hello! Thanks for the project and keeping it open source.

I'm interested in using this project's test code in other projects. I already use scalatest-embedded-kafka for integration tests with Kafka and ZooKeeper.

Can the test jars get published to Confluent's Maven repo? Resolving #266 should probably be done at the time.

Cheers!

blbradley commented 8 years ago

My issue should be resolved by #197. How do you use the test classes with Maven and sbt (individually)? Can we get some docs for this?

OneCricketeer commented 6 years ago

You might be interested in https://github.com/manub/scalatest-embedded-kafka/pull/136