> 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?
No, its a known bug in Maven. Feel free to hack the source code to fix it, and contribute your patch back -- that would be great! This is annoying but the easy fix is "run Nexus or another MRM" and "don't allow bad repos to get into your build." http://jira.codehaus.org/browse/MNG-2259 Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
