Assuming you have nothing special in your settings.xml or your hosts file that would redirect things, a simple mvn help:effective-pom should give you an idea as to what repos are being searched.
If you do have mirrors etc in settings.xml which complicate things, or you just can't figure it out, then you might want to use a TCP/IP analzer like Ethereal. Wayne On 11/28/07, Chris Helck <[EMAIL PROTECTED]> wrote: > No this doesn't help. Is there anyway to see which repos maven is > checking? > > Thanks, > Chris > > -----Original Message----- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 28, 2007 10:13 AM > To: Maven Users List > Subject: Re: Debugging Maven error settings [m2] > > On Nov 28, 2007 8:05 AM, Chris Helck <[EMAIL PROTECTED]> wrote: > > I am having trouble understanding the error below. Maven seems unable > > to pull things down from the central repo, and I don't know why. > > > > I can connect to the repo via the web. > > I have deleted by ~/.m2/repository directory. > > The plugin-registry.xml files do not exist. > > I have been playing with the settings.xml files, but I think I've > > undone my changes. I would like to run the goal > > help:effective-settings, but I can't download the maven help plugin. > Catch-22. > > > > Any ideas about what is going on? Or how to debug this type of > > situation? > > You may be running into the default once-per-day check for updates. > If it fails once, Maven won't check [that repository for that plugin] > again until tommorrow. > > Try adding -U to the command line. (Or deleting the plugin directory > from your local repo.) > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ********************************************************************** > This communication and all information (including, but not limited to, > market prices/levels and data) contained therein (the "Information") is > for informational purposes only, is confidential, may be legally > privileged and is the intellectual property of ICAP plc and its affiliates > ("ICAP") or third parties. No confidentiality or privilege is waived or > lost by any mistransmission. The Information is not, and should not > be construed as, an offer, bid or solicitation in relation to any > financial instrument or as an official confirmation of any transaction. > The Information is not warranted, including, but not limited, as to > completeness, timeliness or accuracy and is subject to change > without notice. ICAP assumes no liability for use or misuse of the > Information. All representations and warranties are expressly > disclaimed. The Information does not necessarily reflect the views of > ICAP. Access to the Information by anyone else other than the > recipient is unauthorized and any disclosure, copying, distribution or > any action taken or omitted to be taken in reliance on it is prohibited. If > you receive this message in error, please immediately delete it and all > copies of it from your system, destroy any hard copies of it and > notify the sender. > ********************************************************************** > > > --------------------------------------------------------------------- > 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]
