We've added the deployment of our TypeDB Runner classes to our Maven repository so developers using build systems other than Bazel can make use of our runners.
What are the changes implemented in this PR?
We've refactored the //test package into //runner as it solely contains files to do with TypeDB runners. Additionally, //test reads as though it is a package containing tests for 'typedb-common'.
We've removed instructions which attempted (and failed) to include the runner package (previously named 'test') in the common jar.
We've added instructions to deploy the runner library to our Maven repository.
What is the goal of this PR?
We've added the deployment of our TypeDB Runner classes to our Maven repository so developers using build systems other than Bazel can make use of our runners.
What are the changes implemented in this PR?
//test
package into//runner
as it solely contains files to do with TypeDB runners. Additionally,//test
reads as though it is a package containing tests for 'typedb-common'.