Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-4
-
Fix Version/s: 1.1
-
Labels:None
-
Environment:HideApache Maven 2.2.0 (r788681; 2009-06-26 08:04:01-0500)
Java version: 1.6.0_15
Java home: /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.27.29-0.1-default" arch: "i386" Family: "unix"
gpg (GnuPG) 2.0.9
on OpenSUSE 11.1ShowApache Maven 2.2.0 (r788681; 2009-06-26 08:04:01-0500) Java version: 1.6.0_15 Java home: /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.27.29-0.1-default" arch: "i386" Family: "unix" gpg (GnuPG) 2.0.9 on OpenSUSE 11.1
-
Number of attachments :
Description
Using
mvn verify -Dgpg.passphrase=thephrase
with thephrase replaced with the real one.
When it get to signing, it still promts.
It is critical, because this prompt repeats with all the 100 modules of the project.
Problem maybe related to updates/changes of gpg software.
Related warning message:
gpg: WARNING: "--no-use-agent" is an obsolete option - it has no effect
can't connect to `/home/albert_kurucz/.gnupg/S.gpg-agent': No such file or directory
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!