> 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 defaulting as it should?  Note, this is 
> Maven 2.2.1.

Try with Maven 3.0.3 and use -X which should tell you more useful
information about the configuration files that are being seen/used by
Maven during its execution.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to