rfscholte commented on a change in pull request #3: [MGPG-71] - Plugin does not 
work with GPG on OSX based on MacGPG2
URL: https://github.com/apache/maven-gpg-plugin/pull/3#discussion_r307970647
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugin/gpg/GpgVersionParser.java
 ##########
 @@ -37,12 +37,11 @@
  */
 public class GpgVersionParser
 {
-    private final GpgVersionConsumer consumer;
+    private final GpgVersion gpgVersion;
 
-    private GpgVersionParser( GpgVersionConsumer consumer )
+    private GpgVersionParser( GpgVersion gpgVersion )
 
 Review comment:
   Just keep in mind, that `GpgVersion` should represent the output of `gpg 
--version`.
   And that is much more than the gpg version, like pubkey, Cipher, Hash, 
Compression.
   Up until now I only needed to know the actual gpg version, so that's why 
only the first line is being parsed. But we might need to extend that class in 
the future.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to