dg76 / signpackage

Java: Recursively signs certain files, even inside jar files, with "codesign" on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release to maven central

rladstaetter opened this issue · comments

In order to be able to use this tool in an automated maven build it would be nice if it was published to maven central.

At the moment I'm experimenting with the workflow it implements and your instructions on your website, I hope I'll get there. Thank you for your work.

commented

Hi!

Thank you for your interest in my project! :-) I have used maven central only for libraries so far but this project is no library but an application. So would it really be useful to release it to maven central or would it also be necessary to write a maven plugin that uses it?

Maybe there are already other maven based solutions like this: https://github.com/openjfx/javafx-maven-plugin

However I wasn't able to get them running for my purposes (which includes using Proguard in the build process) so I am just using this "signpackage" project together with jpackage in a shell script.