Hi Miki! I guess this is because mvn 3 uses wagon-lightweight-http for all read actions.
How do you set your credentials? Via the <server> tag in settings.xml? Could you please provide us with an example of such a long password via a Jira ticket in http://jira.codehaus.org/browse/WAGON txs and LieGrue, strub --- On Fri, 5/27/11, Miki Tebeka <[email protected]> wrote: > From: Miki Tebeka <[email protected]> > Subject: maven3 - how to switch wagon provider (due to long password) > To: [email protected] > Date: Friday, May 27, 2011, 12:15 AM > Greetings, > > I have a long password that causes issues with the default > wagon > provider (same as http://jira.codehaus.org/browse/MNG-4754) > Using maven 2 I was able to solve that by adding > <configuration> > > <wagonProvider>httpclient</wagonProvider> > </configuration> > to ~/.m2/settings.xml > > We switched to maven 3 and the problem reappeared, how can > I find this > issue with maven 3? > > All the best, > -- > Miki > [I don't suffer from insanity, I enjoy every minute of it] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
