bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
802 stars 168 forks source link

Upload artifacts to Maven Central? #101

Open woheller69 opened 1 year ago

woheller69 commented 1 year ago

Can you publish the Android artifacts to Maven Central? F-Droid currently does not allow downloaded libraries unless they are from Maven...

See this merge request for a nice PDF viewer

https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12658#note_1292780294

bblanchon commented 1 year ago

Hi @woheller69,

That's an excellent idea, but I need help to do that. I've been out of the Java game for about 20 years; I don't even know where to start!

Best regards, Benoit

woheller69 commented 1 year ago

That is great news. Unfortunately I do not have a clue either. But I am sure someone will be able to help.

As far as I know you have to define a POM file.

And here I found a script for uploading https://gist.github.com/caiofaustino/314075ee3d3bef5da16c69dd3257f954

woheller69 commented 1 year ago

Here is an example of a POM from someone who published a pdfium artifact on Maven

https://github.com/abacef/pdfium-java/blob/main/pom.xml