Hi Thanks for the reply. I tried the changes. You are right the problem is with the proxy, it is blocking the download of the plugins. Is there any workaround?
I did a quick check in an xml editor and it looks ok. Are you able to do anything with Maven? If not, the proxy settings is incorrect or something is blocking central. You could try adding a different repo and see if that works (it would then rule out the proxy setting as incorrect). Try adding one of the central mirrors as a repository and a plugin repository in your pom: http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories Don't add it as a mirror in your settings file. Just add one of them as a normal repo and a plugin repo in your pom. When central fails it will try this. We do this just to check if there is something blocking central. If it still doesn't work, something is most likely wrong with your proxy configuration. /Anders On Thu, Oct 8, 2009 at 06:37, anshree123 <[email protected]> wrote: > > Hi thanks for the reply.. > Here is the entire settings.xml file. > > <?xml version="1.0" encoding="UTF-8"?> > > ... -- View this message in context: http://www.nabble.com/Getting-error-while-configuring-Maven-tp25783764p25801702.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
