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
[MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (#112)
Currently AbstractGpgMojo has a fixed set of supported signers (and how
they are constructed), it would be good to allow extensions (e.g. Tycho
is also using AbstractGpgMojo) to possibly override that aspect.
This extracts the creation of the signer into a (protected) method so
different types or alternative implementations can be used.
Co-authored-by: Christoph Läubrich <[email protected]>
0 commit comments