Thanks Wayne. That was it. But is there a way to stop this. I am OK with pulling files from other repositories. The problem is when the file is bad. Like what I have here just a html redirect page, maven should be smart enough to fail. And I would expect this to be the default behavior. Is there a way to configure that?
Xiaohui On Fri, Dec 11, 2009 at 6:37 PM, Wayne Fay <[email protected]> wrote: > > But when I am trying to compile my project with "mvn compile" it seems > > trying to get the dependencies in some unknown repositories that I never > > specified. I don't know where those repositories come from. Below is the > > Repositories can be added by poms of your dependencies, even > transitively. Search the pom files in your ~/.m2/ directory and see if > any of them include ws.zones.apache.org -- then see if your build > depends on those poms. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
