Maven2 started ignoring my default settings.xml file

2011-03-24 Thread Brick, Rod
When I run mvn deploy it seems to be ignoring the server credentials in the ~/.m2/settings.xml file. I have verified this in the Nexus logs. Nexus receives no credentials, thus tries to upload as user 'anonymous' and fails, returning 401. However, when I simply run maven and specify the

Re: Maven2 started ignoring my default settings.xml file

2011-03-24 Thread Wayne Fay
When I run mvn deploy it seems to be ignoring the server credentials in the ~/.m2/settings.xml file.  I have verified this in the Nexus logs.  Nexus receives no credentials, thus tries to upload as user 'anonymous' and fails, returning 401. Any ideas why maven is apparently not

Re: Maven2 started ignoring my default settings.xml file

2011-03-24 Thread Nick Stolwijk
Try mvn help:effective-settings to see your settings as maven sees them. Are you sure your server id is the same as your repository/mirror id? With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu,