Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-21 Thread Gary Gregory
On Wed, Dec 21, 2011 at 12:23 PM, William Speirs wrote: > I was able to get past the SVN authentication issue by providing my > username and password on the command line like this: > > -Dusername=wspeirs -Dpassword=X > > However, I was still required to type my password ~10 times during the >

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-21 Thread William Speirs
I was able to get past the SVN authentication issue by providing my username and password on the command line like this: -Dusername=wspeirs -Dpassword=X However, I was still required to type my password ~10 times during the upload process. Is there any way around this? I feel like my settings

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-15 Thread Gary Gregory
On Dec 15, 2011, at 4:42, sebb wrote: > On 15 December 2011 03:32, William Speirs wrote: >> Anyone have any idea on this? Should I be seeing basic auth for my >> challenge? Where can I set the password as I was never prompted to >> enter it. >> >> At this point, can someone else deploy RC1 while

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-15 Thread sebb
On 15 December 2011 03:32, William Speirs wrote: > Anyone have any idea on this? Should I be seeing basic auth for my > challenge? Where can I set the password as I was never prompted to > enter it. > > At this point, can someone else deploy RC1 while I figure out what is > wrong on my end? I don

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-14 Thread William Speirs
Anyone have any idea on this? Should I be seeing basic auth for my challenge? Where can I set the password as I was never prompted to enter it. At this point, can someone else deploy RC1 while I figure out what is wrong on my end? Thanks... Bill- On Tue, Dec 13, 2011 at 4:32 PM, William Speirs

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread William Speirs
First, thank you all again for the help! I got past the GPG step, now I'm stuck on password/auth issues now with SVN :-( I thought the issue was that my password manager wasn't authed and that svn was working in a non-interactive mode, so it couldn't get my password; this was the reason for -r121

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread sebb
On 13 December 2011 15:19, William Speirs wrote: > I will try adding the additional elements: > > /path/to/secring.gpg > > gpg2 Sorry, should have clarified - the above requires gpg2 to be installed and created. I installed both gpg1 and gpg2, and created gpg1 and gpg2 as copies of their respec

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread William Speirs
I will try adding the additional elements: /path/to/secring.gpg gpg2 And also try with gpg2. I'll try later today and update. Thanks again for all of the help! Bill- On Tue, Dec 13, 2011 at 9:23 AM, Gary Gregory wrote: > FWIW: My set up is such that I always enter my password on the CLI whe

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread Gary Gregory
FWIW: My set up is such that I always enter my password on the CLI when Maven asks for it. Gary On Tue, Dec 13, 2011 at 9:20 AM, sebb wrote: > On 13 December 2011 13:53, William Speirs wrote: > > On Tue, Dec 13, 2011 at 12:16 AM, Gary Gregory > wrote: > >> Did you do the whole master pass phr

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread sebb
On 13 December 2011 13:53, William Speirs wrote: > On Tue, Dec 13, 2011 at 12:16 AM, Gary Gregory wrote: >> Did you do the whole master pass phrase/obfuscated stuff that the top >> of the Using Nexus wiki points to? > > I did not do this at first, but I have since tried. I setup my > settings-sec

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread William Speirs
On Tue, Dec 13, 2011 at 12:16 AM, Gary Gregory wrote: > Did you do the whole master pass phrase/obfuscated stuff that the top > of the Using Nexus wiki points to? I did not do this at first, but I have since tried. I setup my settings-security.xml file as show on the wiki page, and added the encr

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread sebb
On 13 December 2011 04:56, William Speirs wrote: > I was able to get past the hanging issue, but I'm not in a better > place. I've added my passphrase to my settings.xml file (which I hate > to do), but it reports now that my passphrase is bad. Enabling > debugging I see: > > INFO] [DEBUG] Configu

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread Simone Tripodi
forgot to mention you have to activate that profile during the release, I mean mvn release:prepare -P rc,apache best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Dec 13, 2011 at 10:14

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-13 Thread Simone Tripodi
Hi William, In my apache profile, in `setting.xml` file I put the element in order to execute maven, during the release phase, in a proper fork: apache false scp forked-path

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-12 Thread Gary Gregory
Did you do the whole master pass phrase/obfuscated stuff that the top of the Using Nexus wiki points to? It takes me a while to get that right each time I set up a new machine. Gary On Dec 12, 2011, at 23:56, William Speirs wrote: > I was able to get past the hanging issue, but I'm not in a bet

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-12 Thread William Speirs
I was able to get past the hanging issue, but I'm not in a better place. I've added my passphrase to my settings.xml file (which I hate to do), but it reports now that my passphrase is bad. Enabling debugging I see: INFO] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.4:sign

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-12 Thread William Speirs
I'm on a Linux box running gpg (GnuPG) 1.4.10. I'll look into those directions... thanks. Bill- On Mon, Dec 12, 2011 at 10:33 PM, Gary Gregory wrote: > The last time I ran into something like this I did not have some security > setting just right, maybe something about GPG on Windows, sorry I c

Re: [dbutils] sign-artifacts hangs during release:prepare

2011-12-12 Thread Gary Gregory
The last time I ran into something like this I did not have some security setting just right, maybe something about GPG on Windows, sorry I cannot recall the dets. But, I follow these steps for the releases I manage: http://wiki.apache.org/commons/UsingNexus Gary On Mon, Dec 12, 2011 at 10:19 P

[dbutils] sign-artifacts hangs during release:prepare

2011-12-12 Thread William Speirs
I am attempting to release RC1 of commons-dbutils. I was working through the directions found here: http://wiki.apache.org/commons/CreatingReleases I got to step C.1 and ran the following command: mvn -Prc release:prepare That command however froze part of the way through. The output is at the end