Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Labels:
-
Environment:JDK 6u21, Ubuntu, Maven 3.0 RC1
-
Number of attachments :
Description
It is cumbersome to be prompted for a passphrase during both release:prepare and release:perform:
[INFO] --- maven-gpg-plugin:1.1:sign (sign-artifacts) @ nbm-maven-plugin ---
GPG Passphrase: *
I already use http://maven.apache.org/guides/mini/guide-encryption.html (with a master password on an Ubuntu encrypted filesystem) so why do I need to type this pass phrase each time too?
Not clear to me whether MGPG-30 already permits this. In any event, the plugin documentation does not seem to mention this as a use case.
Issue Links
- relates to
-
MGPG-30
Support alternative location of secret keyring
-
Seems that I can pass -Dgpg.passphrase=... on the command line, but this is not ideal either (passphrase visible to ps, command history, ...).