Robert Scholte created MGPG-74:
----------------------------------

             Summary: Signing based on InputStream
                 Key: MGPG-74
                 URL: https://issues.apache.org/jira/browse/MGPG-74
             Project: Maven GPG Plugin
          Issue Type: New Feature
            Reporter: Robert Scholte


The current implementation uses the gpg executable with a set of arguments to 
sign files. Maven is working on a build/consumer process, where the local 
pom.xml is not exactly the same as the distributed pom.xml.
With 
[FileTransformer|https://maven.apache.org/resolver/apidocs/org/eclipse/aether/transform/FileTransformer.html]
 any file can be transformed its result should be the signed.
Based on https://www.openpgp.org/software/developer/ BouncyCastle (MIT 
Licensed) seems to be preferred option for Java.
There should be a second implementation of AbstractGpgSigner using this 
library. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to