Re: Maven Hanging During Deploy

2011-03-08 Thread Jonathan Warrington
hris > > -Original Message- > From: Jonathan Warrington [mailto:jon...@gmail.com] > Sent: Tuesday, March 08, 2011 12:49 PM > To: Maven Users List > Subject: Re: Maven Hanging During Deploy > > That was my first thought too, however, I have tried with the firewall > turne

Re: Maven Hanging During Deploy

2011-03-08 Thread Jonathan Warrington
Ok, new information... just tried using a wired connection instead of the wifi and it worked. So wired is good, wifi is bad. Now with that info... I still have no idea how to fix it though. :( On Tue, Mar 8, 2011 at 1:48 PM, Jonathan Warrington wrote: > That was my first thought too, however,

RE: Maven Hanging During Deploy

2011-03-08 Thread Hahn, Christopher (SAN DIEGO)
List Subject: Re: Maven Hanging During Deploy That was my first thought too, however, I have tried with the firewall turned off as well, and it still does the same thing. This is just frustrating, as I would really like to be able to work from this machine. Thanks On Tue, Mar 8, 2011 at 1:44

Re: Maven Hanging During Deploy

2011-03-08 Thread Jonathan Warrington
That was my first thought too, however, I have tried with the firewall turned off as well, and it still does the same thing. This is just frustrating, as I would really like to be able to work from this machine. Thanks On Tue, Mar 8, 2011 at 1:44 PM, Wayne Fay wrote: >> configured with the us

Re: Maven Hanging During Deploy

2011-03-08 Thread Wayne Fay
> configured with the username / password as that exact settings.xml > file works just fine on another machine would there be something > that is causing maven to not get the authentication request? Maybe a Win7 firewall issue or something odd like that? I don't have Win7 here (intentionally)

Re: Maven Hanging During Deploy

2011-03-08 Thread Jonathan Warrington
Hmm, figured out the more detailed Nexus logging. Nexus is issuing an Authentication challenge, and then Maven never responds. Maven is configured with the username / password as that exact settings.xml file works just fine on another machine would there be something that is causing maven to

Re: Maven Hanging During Deploy

2011-03-08 Thread Jonathan Warrington
Deploying to a Nexus repo, so it's via http. Looking at the nexus logs it doesn't appear to contact the server (at that point, it is to download). I have tried running Maven with the -X but it still doesn't give any indication (at least to me ) as to what's going wrong. On Tue, Mar 8, 2011 at 1

Re: Maven Hanging During Deploy

2011-03-08 Thread Wayne Fay
> I'm running Windows 7, and Maven 3.0.3 with java 1.6.0_24 > When I do a mvn deploy on my project it gets to the point of uploading > but then just hangs there, never actually sending anything. How are you deploying? If using scp, your password may have changed or the keys changed and you just ar