You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
The are many reasons why we should sign our artifacts. The main two are:
- allow library users to verify who have release the jars
- maven central accepts only signed artifacts (and this is the goal)
Modification:
Add profile that will be activated by maven release plugin or manually
with `-P sign-artifacts` option.
Result:
produced artifacts will be released.
Acked-by: Jürgen Starek
Target: master, 3.1
(cherry picked from commit 6cd0cab)
Signed-off-by: Tigran Mkrtchyan <[email protected]>
0 commit comments