-
I would like to defer signing my JARs to the creation of the repository. If I sign the JARs afterwards the calculated size/checksum does obviously no longer match. (I cannot easily do it while building the individual plugins, as signing requires being on a dedicated Jenkins node which should not take the load for building all plugins). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
tycho-p2-repository:fix-artifacts-metadata is most probably what you are searching for. the steps are as follow:
|
Beta Was this translation helpful? Give feedback.
-
This is usually a bad idea: the jars in the target/ folder that will be used for testing or be installed in Maven repo (if you sometimes uses |
Beta Was this translation helpful? Give feedback.
tycho-p2-repository:fix-artifacts-metadata is most probably what you are searching for.
the steps are as follow: