-
Notifications
You must be signed in to change notification settings - Fork 80
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 PlJava to a public Maven Repository #484
Comments
This has been a perennial to-do item that keeps perennially being not done. It would certainly be desirable for the So, the I would certainly be happy to look over a pull request with a GitHub Actions workflow in it that would create and sign the necessary jars, and be triggered only when a new release is published. Perhaps even just a script that can be manually run to do it. Some coordination is needed with Dave Cramer, who is the registrant of the PGJDBC uploads are signed using personal keys of Dave or Vladimir. What key to use for None of this is truly complicated, just detail-heavy. Among the details to be sorted: The publishing requirements also require uploading the POM. Only the Or would it be better to revise the structuring of the subprojects and POMs? That sounds like a fairly disruptive headache. Also to keep in mind: I have argued here and here for possibly moving away from Maven entirely and building with a simple Perhaps some later PL/Java version will have a simple I see there is not any existing open issue for this, despite it having been on the to-do list for so long, so this issue can be labeled 'enhancement' and used for discussion. |
As one stopgap measure, it may be worth noting that only the For the convenience of local projects that depend on it, it can be added to the local Maven repository, as described here. The jar contains its own POM file, so the last, simplest command shown in that guide is sufficient to install it. |
PlJava adds functionality that is fantastic. However; it is problematic in that it needs a -private- build from source in order to make the jar available. Is there any chance that the jar file for each build be added to a public Maven Repository so that everyone that wants to use it doesn't have to do a private build from source?
Please???
The text was updated successfully, but these errors were encountered: