cstamas commented on PR #432: URL: https://github.com/apache/maven-resolver/pull/432#issuecomment-1962746310
So to recap, what I tried to explain to Slawek. This PR: * defines `Artifact Generator` SPI (there may be multiple of those present in system) * defines `Signer Artifact Generator` that is one provider for SPI, that defines Signer API (there may be multiple of those present in system) * implements GpgSigner that is one Signer implementation provided out of the box Naturally, as generators are ordered, signer generator is expected to be "among last" and sign not only artifacts in request (install/deploy) but also "so far generated artifacts" (if they are relevant). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org