Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A3DC90FF for ; Sun, 15 Apr 2012 09:54:34 +0000 (UTC) Received: (qmail 58789 invoked by uid 500); 15 Apr 2012 09:54:33 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 58334 invoked by uid 500); 15 Apr 2012 09:54:28 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 58297 invoked by uid 99); 15 Apr 2012 09:54:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 09:54:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dawid.weiss@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 09:54:20 +0000 Received: by iagw33 with SMTP id w33so8302182iag.35 for ; Sun, 15 Apr 2012 02:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=IbDMornoNrZ1oLWm+O5RZ4jkA9jN4uelLWFXvsXAeRQ=; b=fjMP+Lz14R3hqillLkAuuol/hl0qv9/R1p0KVs3QsOr6v/nKiWsfbs+FgWqJ5S6m2a Bf3zpc/NC0x98rDEqbuHoP45rHkMThlNec5/UszL91joAXz8+Fd13CCrPyszhN5ws7KC 80Kl4CPfxIaSN/AFm3247YktKPhiqr5d3EAKOa8pQX2S2nkwIhM+tUPRcemdvJWdbb+2 vaaR+U48peyPbxCzG8k2Vx4Pb4xttwXj5If3sdt2oC0EVCfsY9y/Sam4zO3RWSI2VPWY 0eYW1bbiA2IOUX2fuvH6VHqnjJneagPIXW+hY3uKl3syjHjAD5Gj2MIdZWUAU6IzR6YH ty6A== Received: by 10.50.45.138 with SMTP id n10mr2675449igm.70.1334483640018; Sun, 15 Apr 2012 02:54:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.117.199 with HTTP; Sun, 15 Apr 2012 02:53:39 -0700 (PDT) From: Dawid Weiss Date: Sun, 15 Apr 2012 11:53:39 +0200 Message-ID: Subject: Adding sonatype releases to Maven/ivy repository rules. To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Could we add this repository: https://oss.sonatype.org/content/repositories/releases/ to maven/ ivy? This is sonatype's primary source for maven central repos so it's technically identical to maven central, only updated immediately after a push is made and it would speed up roundtrip in case of pushing new releases. This is a configuration issue that can be solved by adding proper configuration rules to ivysettings/ pom.xmls. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org