https://github.com/lurodrigo/lein-artifact-registry
Plugin for using Google Artifact Registry with Leiningen.
https://github.com/lurodrigo/lein-artifact-registry
artifact artifact-registry clojure google leiningen maven
Last synced: about 1 month ago
JSON representation
Plugin for using Google Artifact Registry with Leiningen.
- Host: GitHub
- URL: https://github.com/lurodrigo/lein-artifact-registry
- Owner: lurodrigo
- License: mit
- Created: 2020-05-19T02:36:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T22:43:07.000Z (almost 6 years ago)
- Last Synced: 2026-04-18T23:38:17.832Z (2 months ago)
- Topics: artifact, artifact-registry, clojure, google, leiningen, maven
- Language: Clojure
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-artifact-registry
[](https://clojars.org/lurodrigo/lein-artifact-registry)
Allows using Google Artifact Registry repositories [Leiningen](https://github.com/technomancy/leiningen) projects.
This is a minimal wrapper around [artifact-registry-maven-wagon](https://github.com/GoogleCloudPlatform/artifact-registry-maven-tools).
[Really](https://github.com/lurodrigo/lein-artifact-registry/blob/master/src/leiningen/wagons.clj).
## Usage
The plugin uses Google [Application Default Credentials](https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login) for
authentication. Add this to your `project.clj`:
```clojure
:plugins [[lurodrigo/lein-artifact-registry "0.1.0"]]
:repositories [["snapshots" {:url "artifact-registry://..."}]
["releases" {:url "artifact-registry://..."}]]
```
[Leiningen documentation](https://github.com/technomancy/leiningen/blob/master/doc/DEPLOY.md) might be useful
if you need more configuration info.
## License
Distributed under the MIT License.