See, CLI artifacts for example. They include protodata-cli-0.1.6-test.jar and related files. Such artifacts should be published only to Maven Local, if they are needed for the executing tests.
Also, the testutil artifact should not be published to public repositories because it's used only for local testing.
See, CLI artifacts for example. They include
protodata-cli-0.1.6-test.jarand related files. Such artifacts should be published only to Maven Local, if they are needed for the executing tests.Also, the
testutilartifact should not be published to public repositories because it's used only for local testing.