Re: Best way to blacklist repository (maven.glassfish.org in site build)

2014-12-19 Thread Bernd Eckenfels
Hello,

I have turned the question into a StackOverflow Question, in case you
want some karma :) 

http://stackoverflow.com/questions/27575822/maven-dependency-report-avoid-delay-and-error-messages-for-glassfish-reposito

Gruss
Bernd

 Am Mon, 3 Nov 2014 02:17:39 +0100
schrieb Bernd Eckenfels e...@zusammenkunft.net:

 Hello,
 
 I have more and more projects (OSS and prop) where a lot of time is
 wasted (especially in site builds) and also the number of error
 messages or warnings to review increase with the vanished glassfish
 repository.
 
 The fact this happens is a major annoyance, but I do more
 wonder on how to cope with it.
 
 Is there an easy settings.xml based way to blacklist those repos, as I
 cannot modify the already released external POMs which point to it.
 
 (And please in the future do not add repos to your open source POMs!)
 
 Gruss
 Bernd


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



Best way to blacklist repository (maven.glassfish.org in site build)

2014-11-02 Thread Bernd Eckenfels
Hello,

I have more and more projects (OSS and prop) where a lot of time is
wasted (especially in site builds) and also the number of error
messages or warnings to review increase with the vanished glassfish
repository.

The fact this happens is a major annoyance, but I do more
wonder on how to cope with it.

Is there an easy settings.xml based way to blacklist those repos, as I
cannot modify the already released external POMs which point to it.

(And please in the future do not add repos to your open source POMs!)

Gruss
Bernd

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



Re: Best way to blacklist repository (maven.glassfish.org in site build)

2014-11-02 Thread Barrie Treloar
mirror
  idCentral/id
  urlhttp://repo1.maven.org/maven2/url
  mirrorOf*/mirrorOf
/mirror

Have you tried redirecting everything to Central via a mirror?

Alternatively you can setup a Maven Repository Manager (MRM) locally
(even on your laptop) so that it no longer matters if there are
repository abuses in the pom,
Maven will only contact your local MRM and avoid multiple, slow,
network connections for each defined repo.