> Mar 9, 2011 3:47:41 PM > org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme > INFO: basic authentication scheme selected
I haven't looked into this myself, but the messages sure seem like they are being generated by o.a.c.httpclient (or the webdav wagon) and not Maven itself. So you may want to talk to the Apache Commons folks about it but you may want to look into it a little bit more yourself first to confirm before reporting an actual issue. This may be a known bug where some logging is being piped to stderr rather than to the console and it has been fixed in a more recent release, or its something new that they should track and fix. Or, as you've mentioned, it may be due to an interaction with the webdav wagon, hard to know without spending a bit of time looking into it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
