delta-updater icon indicating copy to clipboard operation
delta-updater copied to clipboard

GnuPG problem during "mvn clean install"

Open chundongwang opened this issue 10 years ago • 1 comments

First of all, gpg is not by-default available on mac. I installed via brew.

Then I ran into "gpg: no default secret key: secret key not available". I did "gpg --gen-key" according to http://wooledge.org/~greg/crypto/node41.html

Then I ran into "gpg: no default secret key: bad passphrase" and I found pom.xml to contain "nopwd" as default passphrase.

I'm wondering if just assemble the binary would do the work for general cases.

chundongwang avatar Dec 18 '15 19:12 chundongwang

Hi,

On 12/18/2015 07:59 PM, CD.Wang wrote:

First of all, gpg is not by-default available on mac. I installed via brew.

Then I ran into "gpg: no default secret key: secret key not available". I did "gpg --gen-key" according to http://wooledge.org/~greg/crypto/node41.html

Then I ran into "gpg: no default secret key: bad passphrase" and I found pom.xml to contain "nopwd" as default passphrase.

I'm wondering if just assemble the binary would do the work for general cases.

I think it make sense to drop the GPG call from build for local builds. It was added for publishing builds to central.


Reply to this email directly or view it on GitHub: https://github.com/alexkasko/delta-updater/issues/3

-Alex

alexkasko avatar Dec 18 '15 20:12 alexkasko