Re: Problems releasing.

2016-09-13 Thread Julian Sedding
Glad it helped! Regards Julian On Tue, Sep 13, 2016 at 9:09 AM, Ian Boston wrote: > Hi Julian, > > Thank you. Good pointer. > > I had a UTF-8 char in my password. To identify it I did echo | > od -a which showed up 2 ? chars. Once that was removed mvn deploy works. > There must be a bug in mave

Re: Problems releasing.

2016-09-13 Thread Ian Boston
Hi Julian, Thank you. Good pointer. I had a UTF-8 char in my password. To identify it I did echo | od -a which showed up 2 ? chars. Once that was removed mvn deploy works. There must be a bug in maven relating to reading UTF8 either from the command line or a file. The terminal is UTF-8 capable

Re: Problems releasing.

2016-09-12 Thread Julian Sedding
Hi Ian I once had issues with a particular password and Maven and Nexus, IIRC because of some special characters. After changing the password it worked again. Maybe worth a try? Regards Julian On Mon, Sep 12, 2016 at 4:07 PM, Ian Boston wrote: > Hi, > > On 12 September 2016 at 14:53, Robert Mun

Re: Problems releasing.

2016-09-12 Thread Ian Boston
Hi, On 12 September 2016 at 14:53, Robert Munteanu wrote: > On Mon, 2016-09-12 at 12:52 +0100, Ian Boston wrote: > > Hi, > > I haven't done a release for years and so my setup may be out. I am > > following [1] but hitting some problems. I am wondering if anyone > > else has > > had problems. >

Re: Problems releasing.

2016-09-12 Thread Robert Munteanu
On Mon, 2016-09-12 at 12:52 +0100, Ian Boston wrote: > Hi, > I haven't done a release for years and so my setup may be out. I am > following [1] but hitting some problems. I am wondering if anyone > else has > had problems. > > Issues I am seeing 2 problems, possibly related > > gpg signing fails

Re: Problems releasing.

2016-09-12 Thread Bertrand Delacretaz
Hi Ian, On Mon, Sep 12, 2016 at 1:52 PM, Ian Boston wrote: > ...gpg signing fails if I use an encrypted passphrase in setting.xml... I'm using gpg-agent, with this in my settings.xml: gpg-profile true and then this in my bash login file (macosx): export GPGF=$HOME/.gpg-agent-inf

Problems releasing.

2016-09-12 Thread Ian Boston
Hi, I haven't done a release for years and so my setup may be out. I am following [1] but hitting some problems. I am wondering if anyone else has had problems. Issues I am seeing 2 problems, possibly related gpg signing fails if I use an encrypted passphrase in setting.xml. It works ok if I use