Hi, You can use mvn to that with something like:
mvn deploy:deploy-file Directly in Cave, you can instead use cave:repository-artifact-add command in a script. I think it’s a good idea to create cave:repository-artifact-promote command supporting regex, copying artifacts from one repo to another. Regards JB > Le 1 juil. 2020 à 22:24, Paul Spencer <paulspen...@mindspring.com> a écrit : > > Cave v4.2.1 > > I would like to maintain several site specific “Quality” and a “Production” > repositories with the intent that artifacts passing “QA” in the “Quality” > repository will be moved to the site’s “Production” repository. > > This can be implemented in one or two instance of Cave per site, so what are > my options for of copying artifacts passing “QA” to a “Production” repository > and what would the workflow look like? > > From my research: > - repository-copy is documented to copy entire repositories, not individual > artifacts or features > - The Gateway features appear to have no filtering or “allowlist” capability. > > Paul Spencer