CodingPlayer wrote: > Hi, > > i currently reorganize my repositories within my artifactory installation > (artifact cache). > > and i wonder which of these repositories is correct: > > * central > o http://www.ibiblio.org/pub/packages/maven2/ > o http://www.ibiblio.org/maven2 > o http://repo1.maven.org/maven2 (mirror of ibiblio) > o http://mirrors.ibiblio.org/pub/mirrors/maven2
Don't use ibiblio, use repo1.maven.org directly. I used to declare a mirror-of central to a nearer site in the old ibiblio-was-the-main-repo days but have stopped doing so ever since repo1.maven.org came online. Anyway, you don't have to configure repo1.maven.org as it's built in by default. -dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
