Hey, about publishing I have two Repository: regul...
# general
b
Hey, about publishing I have two Repository: regular & testing. In the BUILD files the provided artifacts are configured to publish on regular. How do I do I want to publish on testing ? do I need to edit the build files ? (the only cli option related to this question I see is
--publish-jar-local
but testing is not local)
e
Yes, you'd need to edit the BUILD files. Probably better is to create two targets in the BUILD file with different target names and different artifact names. That said, alot depends on the details of how and who uses each the repos and what relationship the artifacts in each are expected to have with each other.
b
actually testing is repo meant to test the publishing process, so the idea was to publish everything that is normally published in regular in testing instead
I figured the easy way was to edit the publish plugin