You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dave Hoffer <DH...@xrite.com> on 2006/08/18 16:46:34 UTC

Why does maven blacklist specified repository?

I have a multiple module maven2 project using a parent pom.  Generic
repositories are specified in the parent.  Additional specific
repository(s) are specified in child pom(s).

- The build blacklists the specific repository(s), why?
- The inheritance of repositories does not seem to work correctly, or
what am I doing wrong?

-dh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Why does maven blacklist specified repository?

Posted by Arnaud Bailly <ab...@oqube.com>.
"Dave Hoffer" <DH...@xrite.com> writes:

>
> - The build blacklists the specific repository(s), why?

Blacklisting happens when maven cannot connect to the repository. It
holds only for the current build AFAIK. This is generally an
indication of network problems (firewalls, proxies, whatever).

Try running 

$> mvn -e -X 

for debugging info.

regards
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org