Hi there, I have a pom with two repositories. One is the maven repository at the apache foundation and the other is an internal repository at my institution. When my pom goes to fetch the pom's it first check in the internal repo. This repo returns a "missing page" if the artifact does not exist (an apache artifact, for instance), but maven things it has got "something" and tries to download that. Then it fails and blacklists the repository and does not try to fetch the file in the apache repo. So the result is that neither the dependencies from apache nor the ones at my internal repo are fetched. Any ideas? Thanks!
Bruno --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
