Skip to content
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

Code signing support #35

Closed
wetneb opened this issue Feb 8, 2022 · 3 comments
Closed

Code signing support #35

wetneb opened this issue Feb 8, 2022 · 3 comments
Assignees

Comments

@wetneb
Copy link

wetneb commented Feb 8, 2022

Hello,
Thanks for developing this plugin!
I wonder if you had considered adding support for code-signing the bundled application (and JRE, if embedded).
An example of the code signing process is laid out in the Gephi packaging script (written as a Maven Antrun goal):
https://github.com/gephi/gephi/blob/ac43719c48ef8b12d4dd5f3d15ef2f36443b9192/modules/application/pom.xml#L674-L822

It is a bit daunting but that is because they have some dependencies which use native code. For vanilla Java, it seems fairly straightforward.

@perdian
Copy link
Owner

perdian commented Feb 9, 2022

@perdian perdian self-assigned this Nov 1, 2022
@perdian
Copy link
Owner

perdian commented Nov 1, 2022

Work in progress at: https://github.com/perdian/macosappbundler-maven-plugin/tree/feature/codesign

@perdian
Copy link
Owner

perdian commented Nov 2, 2022

Released to Maven Central as 1.19.0

@perdian perdian closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants