|
so you've established this was a bug on your installation? Same problem here. Maven 2.2.1 with gnupg 2.0.11 on gentoo x86_64. Password is asked once. My problem is similar, in a batch environment, but it's intermittent. Sometimes it takes the password specified by the property, other times it fails about not being able to use /dev/tty (which is obvious, since it's a batch run, but the bug is that it doesn't use the password specified in the property). I'm seeing the "obsolete option" warning too. |
|||||||||||||||||||||||||||||||||||||||
Found this:
http://www.nabble.com/-Bug-53196--NEW:-openpgp-encryption-decryption-not-working:-gpg-agent-not-started-by-default-td25153797.html
after executing this:
gpg-agent --use-standard-socket --daemon 2>/dev/null
password is not prompted any more, just once. strange!