On Jan 29, 2008 6:32 PM, zzzz8 <[EMAIL PROTECTED]> wrote: > I'm new to Maven and I'm having some issues using the clean plugin. When I > run the clean lifecycle phase (or clean:clean goal), I get the following > error: ... > I believe my proxy settings are correct (my settings.xml):
Try adding -U to the command line: 'mvn clean -U'. My guess is that it failed once before you configured your proxy, and now you're running into the daily update policy. (Check the list archives, this comes up a lot. There's an issue open to improve this behavior so it doesn't 'remember' a failed download.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
