Publish Maven artifacts
rvs selects the Maven upload destination and supplies temporary authentication
to the build tool.
Publish through rvs
Section titled “Publish through rvs”With rvs, delegate the project’s normal deployment while keeping authentication ephemeral:
rvs art select namespace/packagesrvs mvn deployFor a prepared artifact, the package helper accepts explicit Maven coordinates:
rvs art select namespace/packagesrvs art maven deploy target/internal-sdk-1.2.3.jar \ --group com.acme \ --artifact internal-sdk \ --version 1.2.3Publish with Gradle through rvs
Section titled “Publish with Gradle through rvs”Run the project’s normal Gradle publication task through the selected Ravenstash target:
rvs art select namespace/packagesrvs gradle publishVerify the upload
Section titled “Verify the upload”Confirm the package, version, POM, artifacts, metadata, and checksum files appear in the Ravenstash repository. Then resolve the exact version through the download host.

