mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2024-12-24 01:16:30 +08:00
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:
parent
0d283776a3
commit
8e4220fa72
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue