Alexandre Archambault
Alexandre Archambault
A quick how-to-use, with a Maven-like directory as input, would be ``` $ coursier publish ./initial-repo -r https://artifacts.foo.com/maven --gpg --organization org.foo --version 1.0.1 ``` This command takes `./initial-repo` as input,...
To test, the destination can be a local directory too, like `-r ./test-repo` (must start with `/` or `./`).
Yes, the POMs are needed for now. If necessary, `--organization` and `--version` update its organization and version.
As discussed via other channels, I don't think we really need a "stable" version for the CLI. I'd like to change the API a bit more before going back to...
Closing this, as the root of the issue (benefitting from fixes in the "default" CLI) has been fixed, with apparently-non-stable version of the CLI being recommended in most places (being...
I might cut `2.1.0` final then (and probably start using `2.2.0` milestone versions soon after).
I agree these need to be added back. I might add it myself soon, but as always, contributions welcome!
Thanks for the suggestion, it'd be nice to support this! Reading [this page](https://cloud.google.com/artifact-registry/docs/java/authentication?hl=en), it seems Artifact Registry supports both [password-based authentication](https://cloud.google.com/artifact-registry/docs/java/authentication?hl=en#auth-password), and authentication based on their [credential helper](https://cloud.google.com/artifact-registry/docs/java/authentication?hl=en#auth-helper). Password-based should...
It ought to work with `libraryDependencies += ` in `project/plugins.sbt`, then adding your `artifactregistry://` repository to `resolvers` in `build.sbt`. If ever it doesn't, maybe try also adding your class as...
It shouldn't be necessary to change `csrConfiguration`.