-
Notifications
You must be signed in to change notification settings - Fork 97
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
Is there a way to sign the jars before creating the artifacts.jar? #281
Comments
3rd party jars are collected by P2 mechanism. Therefore, |
ok, yes, what I meant I tried to sign them after creating the p2 repository with p2:site |
BND Tool has a sign parameter. Maybe this could work for jars that are modified by bnd. But that means the p2 maven plugin has to be extended. |
is there a way to recalculate the hashes after the repository creation? I guess that would be enough for my case. although it might be less handy overall. but it also wouldn't impact the "normal" usage. |
Sorry, I have no idea whether is possible. But I found a similar issue in eclipse collection repository eclipse/eclipse-collections#287 . Maybe this helps you find a solution for you |
Relates to #80 |
We'd like to sign our 3rd party jars.
I tried to use just
jarsigner:sign
but that causes a problem with the hashes in artifacts.jar.Very likely because they are obviously calculated before I apply the signature.
The text was updated successfully, but these errors were encountered: