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.
This commit is contained in:
rome-user 2023-07-30 02:12:58 -07:00 committed by Caesar Schinas
parent 0d283776a3
commit 8e4220fa72
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -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.