-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to maven central #66
Comments
Hi |
I guess you are referring to the scripts at https://github.com/leonchen83/redis-rdb-cli/tree/master/src/main/assembly/bin I don't need those scripts when I use https://github.com/scijava/jgo , which is much more efficient that using docker as it uses my local maven cache. |
If you want to use jgo, you can try packaging and publishing it to GitHub Packages yourself, similar to the example here: https://github.com/billcrook/redis-rdb-cli/packages/481686. |
Well the idea is that the package is distributed as part of each release here in this repo. If you preferred to publish it to GitHub Packages on this repo, that would be wonderful. I can get jgo to use that repository also. |
The demand for this is not significant at the moment. If others have a similar issue in the future, I'll upload redis-rdb-cli to the Maven Central Repository then. So currently, you can fork the project and execute |
I like to run java tools using https://github.com/scijava/jgo , which requires that the package is hosted on a maven repository
The text was updated successfully, but these errors were encountered: