From 8e4220fa727a584a2ad0417b2004719a669a73b1 Mon Sep 17 00:00:00 2001 From: rome-user Date: Sun, 30 Jul 2023 02:12:58 -0700 Subject: [PATCH] add maven wagon for forgejo maven repositories This commit introduces lein-forgejo-wagon, a plugin for the Leiningen build tool that allows users to deploy and download JARs from Maven repositories hosted on Forgejo. The value of this plugin is mostly for deployment in public/private repositories, and downloads in private repositories, where it is required to provide Bearer tokens for authorization. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9197f24..5969f22 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of delightful [Forgejo](https://forgejo.org/)-related projects an - [Monitoring](#monitoring) - [Bots](#bots) - [Scripts](#scripts) + - [Package deployment](#package-deployment) - [References](#references) - [Maintainers](#maintainers) - [Contributors](#contributors) @@ -131,6 +132,8 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for - [github2gitea/github2forgejo](https://github.com/maxkratz/github2gitea-mirror) - Bash script that creates mirrors for various GitHub resources like orgs, users and starred repos (incl. private repos). (`Bash - AGPLv3`) - [Enhancements for Forgejo](https://git.kaki87.net/KaKi87/userscripts/src/branch/master/enhancementsForForgejo/README.md) - Violentmonkey userscript that adds minor UX improvements to the web UI. (`JavaScript - MIT`) +### Package deployment +- [lein-forgejo-wagon](https://codeberg.org/rome-user/lein-forgejo-wagon) - Leiningen plugin for deployment and downloading of JARs in Maven repositories hosted on Forgejo packages. ## References Noteworthy news, articles and information about Forgejo.